We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cc832 commit 269d5f0Copy full SHA for 269d5f0
helpers.sh
@@ -94,7 +94,7 @@ function repo_sync {
94
git config --global http.https://${domain}/factories.extraheader "$(cat /secrets/git.http.extraheader)"
95
fi
96
97
- repo_sync_helper repo init --repo-rev=v2.35 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
+ repo_sync_helper repo init --repo-rev=v2.49.3 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
98
repo_sync_helper repo sync
99
100
if [ -d "$archive" ] ; then
0 commit comments