File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 3535 echo "::set-output name=matrix::{\"include\":$( cat output.json )}"
3636 - name : Update SpecsTesting repo setup
3737 run : |
38- test_version="${nightly_version}" \
39- sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" \
40- podspec_repo_branch="${podspec_repo_branch}" \
38+ podspec_repo_branch="${podspec_repo_branch}" \
4139 scripts/release_testing_setup.sh prerelease_testing
4240 env :
4341 BOT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -170,9 +168,7 @@ jobs:
170168 - name : Update SpecsTesting repo setup
171169 run : |
172170 # Update/create a nightly tag to the head of the main branch.
173- test_version="${nightly_version}" \
174- sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" \
175- podspec_repo_branch="${podspec_repo_branch}" \
171+ podspec_repo_branch="${podspec_repo_branch}" \
176172 scripts/release_testing_setup.sh prerelease_testing
177173 env :
178174 BOT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ if [ "$TESTINGMODE" = "release_testing" ]; then
3232 cd " ${local_sdk_repo_dir} "
3333elif [ " $TESTINGMODE " = " prerelease_testing" ]; then
3434 git fetch --tags --quiet origin main
35- git checkout main
3635fi
3736
3837# The chunk below is to determine the latest version by searching
You can’t perform that action at this time.
0 commit comments