We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fd15a commit a130372Copy full SHA for a130372
helpers.sh
@@ -75,7 +75,7 @@ function repo_sync {
75
git config --global http.https://${domain}/factories.extraheader "$(cat /secrets/git.http.extraheader)"
76
fi
77
for i in $(seq 4); do
78
- run repo init --repo-rev=v2.35 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES} && break
+ run repo init --depth=1 --repo-rev=v2.35 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES} && break
79
status "repo init failed with error $?"
80
[ $i -eq 4 ] && exit 1
81
status "sleeping and trying again"
0 commit comments