File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9898 product : Authentication
9999 is_legacy : false
100100 setup_command : scripts/setup_quickstart.sh authentication
101- plist_src_path : scripts/gha-encrypted/qs-auth .plist.gpg
101+ plist_src_path : scripts/gha-encrypted/qs-authentication .plist.gpg
102102 plist_dst_path : quickstart-ios/authentication/GoogleService-Info.plist
103103 run_tests : false
104104 secrets :
@@ -122,7 +122,7 @@ jobs:
122122 # - name: Setup quickstart
123123 # run: scripts/setup_quickstart.sh authentication
124124 # - name: Install Secret GoogleService-Info.plist
125- # run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth .plist.gpg \
125+ # run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication .plist.gpg \
126126 # quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
127127 # - name: Build swift quickstart
128128 # run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Authentication)
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 - name : Setup testing repo and quickstart
202202 run : BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Authentication nightly_release_testing
203203 - name : Install Secret GoogleService-Info.plist
204- run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth .plist.gpg \
204+ run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication .plist.gpg \
205205 quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
206206 - name : Test swift quickstart
207207 run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication false)
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196 " ${HOME}" /ios_frameworks/Firebase/FirebaseAuth/* \
197197 " ${HOME}" /ios_frameworks/Firebase/FirebaseAnalytics/*
198198 - name : Install Secret GoogleService-Info.plist
199- run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-auth .plist.gpg \
199+ run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-authentication .plist.gpg \
200200 quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
201201 - name : Test Swift Quickstart
202202 run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
You can’t perform that action at this time.
0 commit comments