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 35
35
echo "::set-output name=matrix::{\"include\":$( cat output.json )}"
36
36
- name : Update SpecsTesting repo setup
37
37
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}" \
41
39
scripts/release_testing_setup.sh prerelease_testing
42
40
env :
43
41
BOT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -170,9 +168,7 @@ jobs:
170
168
- name : Update SpecsTesting repo setup
171
169
run : |
172
170
# 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}" \
176
172
scripts/release_testing_setup.sh prerelease_testing
177
173
env :
178
174
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
32
32
cd " ${local_sdk_repo_dir} "
33
33
elif [ " $TESTINGMODE " = " prerelease_testing" ]; then
34
34
git fetch --tags --quiet origin main
35
- git checkout main
36
35
fi
37
36
38
37
# The chunk below is to determine the latest version by searching
You can’t perform that action at this time.
0 commit comments