Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-generate library using /synth.py #351

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
name: Run sample tests.
command: npm run samples-test
environment:
GCLOUD_PROJECT: node-gcloud-ci
GCLOUD_PROJECT: long-door-651

This comment was marked as spam.

This comment was marked as spam.

GOOGLE_APPLICATION_CREDENTIALS: /home/node/samples/.circleci/key.json
NPM_CONFIG_PREFIX: /home/node/.npm-global
- run:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
name: Run system tests.
command: npm run system-test
environment:
GCLOUD_PROJECT: node-gcloud-ci
GCLOUD_PROJECT: long-door-651
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
- run:
name: Remove unencrypted key.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/samples-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global

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

cd $(dirname $0)/..

Expand Down
2 changes: 1 addition & 1 deletion .kokoro/system-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global

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

cd $(dirname $0)/..

Expand Down