6464 - name : Check out the repo
6565 uses : actions/checkout@v3
6666 with :
67- fetch-depth : 0
67+ fetch-depth : 800
6868 - name : Pre-build artifacts for docker image
6969 run : |
7070 ./gradlew :metadata-service:war:build -x test --parallel
@@ -122,7 +122,7 @@ jobs:
122122 - name : Check out the repo
123123 uses : actions/checkout@v3
124124 with :
125- fetch-depth : 0
125+ fetch-depth : 800
126126 - name : Pre-build artifacts for docker image
127127 run : |
128128 ./gradlew :metadata-jobs:mae-consumer-job:build -x test --parallel
@@ -180,7 +180,7 @@ jobs:
180180 - name : Check out the repo
181181 uses : actions/checkout@v3
182182 with :
183- fetch-depth : 0
183+ fetch-depth : 800
184184 - name : Pre-build artifacts for docker image
185185 run : |
186186 ./gradlew :metadata-jobs:mce-consumer-job:build -x test --parallel
@@ -238,7 +238,7 @@ jobs:
238238 - name : Check out the repo
239239 uses : actions/checkout@v3
240240 with :
241- fetch-depth : 0
241+ fetch-depth : 800
242242 - name : Pre-build artifacts for docker image
243243 run : |
244244 ./gradlew :datahub-upgrade:build -x test --parallel
@@ -296,7 +296,7 @@ jobs:
296296 - name : Check out the repo
297297 uses : actions/checkout@v3
298298 with :
299- fetch-depth : 0
299+ fetch-depth : 800
300300 - name : Pre-build artifacts for docker image
301301 run : |
302302 ./gradlew :datahub-frontend:dist -x test -x yarnTest -x yarnLint --parallel
@@ -356,7 +356,7 @@ jobs:
356356 - name : Check out the repo
357357 uses : actions/checkout@v3
358358 with :
359- fetch-depth : 0
359+ fetch-depth : 800
360360 - name : Build and push
361361 uses : ./.github/actions/docker-custom-build-and-push
362362 with :
@@ -378,7 +378,7 @@ jobs:
378378 - name : Check out the repo
379379 uses : actions/checkout@v3
380380 with :
381- fetch-depth : 0
381+ fetch-depth : 800
382382 - name : Build and push
383383 uses : ./.github/actions/docker-custom-build-and-push
384384 with :
@@ -400,7 +400,7 @@ jobs:
400400 - name : Check out the repo
401401 uses : actions/checkout@v3
402402 with :
403- fetch-depth : 0
403+ fetch-depth : 800
404404 - name : Build and push
405405 uses : ./.github/actions/docker-custom-build-and-push
406406 with :
0 commit comments