Skip to content

Commit 449db18

Browse files
chore: update CircleCI config (#43)
1 parent ba0a52e commit 449db18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
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)