We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f1ffa commit 10317e8Copy full SHA for 10317e8
helpers.sh
@@ -93,7 +93,7 @@ function repo_sync {
93
git config --global http.https://${domain}/factories.extraheader "$(cat /secrets/git.http.extraheader)"
94
fi
95
96
- 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}
97
repo_sync_helper repo sync
98
99
if [ -d "$archive" ] ; then
0 commit comments