Skip to content

Commit 37fed4e

Browse files
committed
refactor: Remove is_legacy QS testing flags
1 parent 8a9676e commit 37fed4e

File tree

8 files changed

+2
-8
lines changed

8 files changed

+2
-8
lines changed

.github/workflows/auth.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
uses: ./.github/workflows/common_quickstart.yml
9898
with:
9999
product: Authentication
100-
is_legacy: false
101100
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh authentication
102101
plist_src_path: scripts/gha-encrypted/qs-authentication.plist.gpg
103102
plist_dst_path: quickstart-ios/authentication/GoogleService-Info.plist

.github/workflows/common_quickstart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ on:
3232
# Whether to test the legacy version of the quickstart.
3333
is_legacy:
3434
type: boolean
35-
required: true
35+
required: false
36+
default: false
3637

3738
# The path to the encrypted `GoogleService-Info.plist` file.
3839
plist_src_path:

.github/workflows/database.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
uses: ./.github/workflows/common_quickstart.yml
7575
with:
7676
product: Database
77-
is_legacy: false
7877
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh database
7978
plist_src_path: scripts/gha-encrypted/qs-database.plist.gpg
8079
plist_dst_path: quickstart-ios/database/GoogleService-Info.plist

.github/workflows/inappmessaging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
uses: ./.github/workflows/common_quickstart.yml
7777
with:
7878
product: InAppMessaging
79-
is_legacy: false
8079
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh inappmessaging
8180
plist_src_path: scripts/gha-encrypted/qs-inappmessaging.plist.gpg
8281
plist_dst_path: quickstart-ios/inappmessaging/GoogleService-Info.plist

.github/workflows/installations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
uses: ./.github/workflows/common_quickstart.yml
5454
with:
5555
product: Installations
56-
is_legacy: false
5756
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh installations
5857
plist_src_path: scripts/gha-encrypted/Installations/GoogleService-Info.plist.gpg
5958
plist_dst_path: quickstart-ios/installations/GoogleService-Info.plist

.github/workflows/messaging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
uses: ./.github/workflows/common_quickstart.yml
8686
with:
8787
product: Messaging
88-
is_legacy: false
8988
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh messaging
9089
plist_src_path: scripts/gha-encrypted/qs-messaging.plist.gpg
9190
plist_dst_path: quickstart-ios/messaging/GoogleService-Info.plist

.github/workflows/performance.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: Performance
86-
is_legacy: false
8786
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh performance
8887
plist_src_path: scripts/gha-encrypted/qs-performance.plist.gpg
8988
plist_dst_path: quickstart-ios/performance/GoogleService-Info.plist

.github/workflows/remoteconfig.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
uses: ./.github/workflows/common_quickstart.yml
9595
with:
9696
product: Config
97-
is_legacy: false
9897
setup_command: QUICKSTART_BRANCH=nc/quickstarts scripts/setup_quickstart_spm.sh config
9998
plist_src_path: scripts/gha-encrypted/qs-config.plist.gpg
10099
plist_dst_path: quickstart-ios/config/GoogleService-Info.plist

0 commit comments

Comments
 (0)