We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e6b3e commit 8a28032Copy full SHA for 8a28032
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 1m repo init --repo-rev=v2.35 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
+ repo_sync_helper 1m repo init --repo-rev=v2.54 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
98
repo_sync_helper 4m repo sync
99
100
if [ -d "$archive" ] ; then
0 commit comments