Skip to content

Commit 5ea0828

Browse files
dpebotjkwlui
authored andcommitted
build: fix build project
* Re-generate library using /synth.py * properly replace fix in synth.py * run synth.py again to get the replacement
1 parent e72323b commit 5ea0828

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

2121
# Setup service account credentials.
2222
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
23-
export GCLOUD_PROJECT=long-door-651
23+
export GCLOUD_PROJECT=node-gcloud-ci
2424

2525
cd $(dirname $0)/..
2626

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global
2020

2121
# Setup service account credentials.
2222
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
23-
export GCLOUD_PROJECT=long-door-651
23+
export GCLOUD_PROJECT=node-gcloud-ci
2424

2525
cd $(dirname $0)/..
2626

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# See: https://github.com/googleapis/nodejs-firestore/pull/375
3939
s.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

0 commit comments

Comments
 (0)