Skip to content

Commit 2f5d103

Browse files
authored
Merge pull request #16331 from argotorg/git-alpine-file-protocol
Fix nightly builds: Disable partial clone on Alpine Linux
2 parents ca26dec + 6ac7d73 commit 2f5d103

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,6 +1931,12 @@ jobs:
19311931
# This job is only meant to run nightly so build time is not an issue.
19321932
docker_layer_caching: false
19331933
- 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
19341940
- run:
19351941
name: Build and tag the container
19361942
command: scripts/docker_deploy_manual.sh develop "file://$PWD" --no-push

0 commit comments

Comments
 (0)