We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842fef2 commit fc1dbafCopy full SHA for fc1dbaf
1 file changed
packages/google-cloud-tasks/.circleci/config.yml
@@ -159,7 +159,8 @@ jobs:
159
command: npm run system-test
160
environment:
161
GCLOUD_PROJECT: long-door-651
162
- GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
+ GOOGLE_APPLICATION_CREDENTIALS: /home/node/project/.circleci/key.json
163
+ NPM_CONFIG_PREFIX: /home/node/.npm-global
164
- run:
165
name: Remove unencrypted key.
166
command: |
0 commit comments