Skip to content

Commit fc1dbaf

Browse files
chore: update CircleCI config (#115)
1 parent 842fef2 commit fc1dbaf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/google-cloud-tasks/.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
command: npm run system-test
160160
environment:
161161
GCLOUD_PROJECT: long-door-651
162-
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
162+
GOOGLE_APPLICATION_CREDENTIALS: /home/node/project/.circleci/key.json
163+
NPM_CONFIG_PREFIX: /home/node/.npm-global
163164
- run:
164165
name: Remove unencrypted key.
165166
command: |

0 commit comments

Comments
 (0)