Skip to content

Commit 269d5f0

Browse files
committed
helpers: repo_sync: bump repo v2.35 -> v2.49.3
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent 35cc832 commit 269d5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function repo_sync {
9494
git config --global http.https://${domain}/factories.extraheader "$(cat /secrets/git.http.extraheader)"
9595
fi
9696

97-
repo_sync_helper repo init --repo-rev=v2.35 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
97+
repo_sync_helper repo init --repo-rev=v2.49.3 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
9898
repo_sync_helper repo sync
9999

100100
if [ -d "$archive" ] ; then

0 commit comments

Comments
 (0)