Skip to content

Commit 445ad78

Browse files
authored
Update Storage Quickstart testing dir. (#9557)
* Update Storage Quickstart testing dir.
1 parent f7261ae commit 445ad78

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ jobs:
433433
bot_token_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
434434
testing_repo_dir: "/tmp/test/"
435435
testing_repo: "firebase-ios-sdk"
436+
LEGACY: true
436437
runs-on: macos-11
437438
steps:
438439
- uses: actions/checkout@v2

.github/workflows/storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
env:
104104
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
105105
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
106+
LEGACY: true
106107
runs-on: macos-11
107108
steps:
108109
- uses: actions/checkout@v2

scripts/setup_quickstart.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,4 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
6969
bundle update --bundler
7070
bundle install
7171
pod update
72-
73-
if [[ ! -z "${LEGACY:-}" ]]; then
74-
cd ..
75-
fi
76-
77-
# Add GoogleService-Info.plist to Xcode project
78-
ruby ../scripts/info_script.rb "${SAMPLE}" "${LEGACY:-}"
79-
cd -
8072
fi

0 commit comments

Comments
 (0)