We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca26dec + 6ac7d73 commit 2f5d103Copy full SHA for 2f5d103
.circleci/config.yml
@@ -1931,6 +1931,12 @@ jobs:
1931
# This job is only meant to run nightly so build time is not an issue.
1932
docker_layer_caching: false
1933
- checkout
1934
+ - run:
1935
+ name: Disable partial clone and fetch all objects
1936
+ command: |
1937
+ git config remote.origin.promisor false
1938
+ git config --unset remote.origin.partialclonefilter
1939
+ git fetch --refetch origin
1940
- run:
1941
name: Build and tag the container
1942
command: scripts/docker_deploy_manual.sh develop "file://$PWD" --no-push
0 commit comments