Skip to content

Commit

Permalink
helpers: repo_sync: bump repo v2.35 -> v2.50
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jan 2, 2025
1 parent e494307 commit d793353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function repo_sync {
git config --global http.https://${domain}/factories.extraheader "$(cat /secrets/git.http.extraheader)"
fi

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.50 --no-clone-bundle -u $* ${REPO_INIT_OVERRIDES}
repo_sync_helper 4m repo sync

if [ -d "$archive" ] ; then
Expand Down

0 comments on commit d793353

Please sign in to comment.