File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 name : Run sample tests.
127127 command : npm run samples-test
128128 environment :
129- GCLOUD_PROJECT : long-door-651
129+ GCLOUD_PROJECT : node-gcloud-ci
130130 GOOGLE_APPLICATION_CREDENTIALS : /home/node/samples/.circleci/key.json
131131 NPM_CONFIG_PREFIX : /home/node/.npm-global
132132 - run :
@@ -158,7 +158,7 @@ jobs:
158158 name : Run system tests.
159159 command : npm run system-test
160160 environment :
161- GCLOUD_PROJECT : long-door-651
161+ GCLOUD_PROJECT : node-gcloud-ci
162162 GOOGLE_APPLICATION_CREDENTIALS : .circleci/key.json
163163 - run :
164164 name : Remove unencrypted key.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020
2121# Setup service account credentials.
2222export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR} /service-account.json
23- export GCLOUD_PROJECT=long-door-651
23+ export GCLOUD_PROJECT=node-gcloud-ci
2424
2525cd $( dirname $0 ) /..
2626
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020
2121# Setup service account credentials.
2222export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR} /service-account.json
23- export GCLOUD_PROJECT=long-door-651
23+ export GCLOUD_PROJECT=node-gcloud-ci
2424
2525cd $( dirname $0 ) /..
2626
Original file line number Diff line number Diff line change 3838# See: https://github.com/googleapis/nodejs-firestore/pull/375
3939s .replace (
4040 "dev/src/v1beta1/firestore_client.js" ,
41- "return this._innerApiCalls.listen(options);" ,
41+ "return this\ ._innerApiCalls\ .listen\ (options\ );" ,
4242 "return this._innerApiCalls.listen({}, options);" ,
4343)
4444
You can’t perform that action at this time.
0 commit comments