From 808d00e20278bfaf84a6cee6e29ad2f4d86d278d Mon Sep 17 00:00:00 2001 From: dpebot Date: Mon, 10 Sep 2018 04:27:26 -0700 Subject: [PATCH] Re-generate library using /synth.py --- .kokoro/system-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/system-test.sh b/.kokoro/system-test.sh index a76c3ab..a954b79 100755 --- a/.kokoro/system-test.sh +++ b/.kokoro/system-test.sh @@ -20,6 +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=long-door-651 cd $(dirname $0)/..