Skip to content

Commit 71e965a

Browse files
committed
Update CI configs to use master tag
1 parent 2c8c715 commit 71e965a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# This should cache the npm cache instead of node_modules, which is needed because
110110
# npm ci actually removes node_modules before installing to guarantee a clean slate.
111111
- ~/.npm
112-
- run: ENGINE_API_KEY=$CHECKS_API_KEY ./packages/apollo/bin/run client:check
112+
- run: ENGINE_API_KEY=$CHECKS_API_KEY ./packages/apollo/bin/run client:check --tag=master
113113

114114
workflows:
115115
version: 2

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# displayName: "npm run lint"
2525

2626
# - script: |
27-
# ENGINE_API_KEY=$(CHECKS_API_KEY) ./packages/apollo/bin/run client:check
27+
# ENGINE_API_KEY=$(CHECKS_API_KEY) ./packages/apollo/bin/run client:check --tag=master
2828
# displayName: "Query Check"
2929

3030
# - job: Linux_Node10

0 commit comments

Comments
 (0)