Skip to content

Commit ee5aacc

Browse files
authored
Update nightly release testing to release branch (#7848)
* Update nightly release testing to release branch * Fix typo
1 parent d655b94 commit ee5aacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release_testing_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fi
5555
git config --global user.email "[email protected]"
5656
git config --global user.name "google-oss-bot"
5757
if [ "$TESTINGMODE" = "release_testing" ]; then
58+
git checkout "${release_branch}"
5859
# Latest Cocoapods tag on the repo, e.g. Cocoapods-7.9.0
5960
latest_cocoapods_tag=$(git tag -l --sort=-version:refname CocoaPods-*[0-9] | head -n 1 )
6061
echo "Podspecs tags of Nightly release testing will be updated to ${latest_cocoapods_tag}."

0 commit comments

Comments
 (0)