Skip to content

Commit eab3ab1

Browse files
committed
workflows
1 parent ef6514a commit eab3ab1

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/abtesting.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
uses: ./.github/workflows/common_quickstart.yml
4646
with:
4747
product: ABTesting
48-
is_legacy: true
4948
setup_command: scripts/setup_quickstart_spm.sh abtesting
5049
plist_src_path: scripts/gha-encrypted/qs-abtesting.plist.gpg
5150
plist_dst_path: quickstart-ios/abtesting/GoogleService-Info.plist

.github/workflows/crashlytics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
uses: ./.github/workflows/common_quickstart.yml
4848
with:
4949
product: Crashlytics
50-
is_legacy: true
5150
setup_command: |
5251
scripts/setup_quickstart.sh crashlytics
5352
mkdir quickstart-ios/crashlytics/LegacyCrashlyticsQuickstart/Pods/FirebaseCrashlytics

.github/workflows/firestore.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ jobs:
605605
# uses: ./.github/workflows/common_quickstart.yml
606606
# with:
607607
# product: Firestore
608-
# is_legacy: true
609608
# setup_command: scripts/setup_quickstart_spm.sh firestore
610609
# plist_src_path: scripts/gha-encrypted/qs-firestore.plist.gpg
611610
# plist_dst_path: quickstart-ios/firestore/GoogleService-Info.plist

.github/workflows/functions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
# quickstart_type: [objc, swift]
6060
# with:
6161
# product: Functions
62-
# is_legacy: true
6362
# setup_command: |
6463
# scripts/setup_quickstart.sh functions
6564
# sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/LegacyFunctionsQuickstart/FunctionsExample/Info.plist

.github/workflows/storage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
uses: ./.github/workflows/common_quickstart.yml
8484
with:
8585
product: Storage
86-
is_legacy: true
8786
setup_command: scripts/setup_quickstart_spm.sh storage
8887
plist_src_path: scripts/gha-encrypted/qs-storage.plist.gpg
8988
plist_dst_path: quickstart-ios/storage/GoogleService-Info.plist

0 commit comments

Comments
 (0)