From 0260ce6af4dacca5a6ad9c975fde9f3e44ac8423 Mon Sep 17 00:00:00 2001 From: chenyumic Date: Tue, 13 Nov 2018 16:41:15 -0800 Subject: [PATCH] Fix the failed Kokoro test. (#888) --- .kokoro/build-with-appengine.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.kokoro/build-with-appengine.sh b/.kokoro/build-with-appengine.sh index c721aa7c43..5cc73c220e 100755 --- a/.kokoro/build-with-appengine.sh +++ b/.kokoro/build-with-appengine.sh @@ -18,6 +18,9 @@ set -e; export GCLOUD_PROJECT=nodejs-docs-samples-tests +# Update gcloud +gcloud components update --quiet + # Configure gcloud export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/secrets-key.json gcloud auth activate-service-account --key-file "$GOOGLE_APPLICATION_CREDENTIALS" @@ -56,4 +59,4 @@ gcloud app deploy --version $GAE_VERSION --no-promote --quiet npm install npm test -exit $? \ No newline at end of file +exit $?