We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782863 commit b789224Copy full SHA for b789224
1 file changed
circle.yml
@@ -31,7 +31,7 @@ dependencies:
31
override:
32
- echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
33
- gcloud auth activate-service-account --key-file /home/ubuntu/nodejs-docs-samples/key.json || true
34
- - yarn global add ava nyc codecov semistandard @google-cloud/nodejs-repo-tools
+ - yarn global add ava nyc codecov semistandard @google-cloud/nodejs-repo-tools@1.4.17
35
- yarn install
36
- yarn run lint
37
- samples test install -l=functions/background
0 commit comments