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 98
98
product : Authentication
99
99
is_legacy : false
100
100
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
102
102
plist_dst_path : quickstart-ios/authentication/GoogleService-Info.plist
103
103
run_tests : false
104
104
secrets :
@@ -122,7 +122,7 @@ jobs:
122
122
# - name: Setup quickstart
123
123
# run: scripts/setup_quickstart.sh authentication
124
124
# - 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 \
126
126
# quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
127
127
# - name: Build swift quickstart
128
128
# 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:
201
201
- name : Setup testing repo and quickstart
202
202
run : BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh Authentication nightly_release_testing
203
203
- 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 \
205
205
quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
206
206
- name : Test swift quickstart
207
207
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:
196
196
" ${HOME}" /ios_frameworks/Firebase/FirebaseAuth/* \
197
197
" ${HOME}" /ios_frameworks/Firebase/FirebaseAnalytics/*
198
198
- 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 \
200
200
quickstart-ios/authentication/GoogleService-Info.plist "$plist_secret"
201
201
- name : Test Swift Quickstart
202
202
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