We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee50f commit 10f0360Copy full SHA for 10f0360
.kokoro/functions-helloworld.sh
@@ -22,6 +22,9 @@ export BASE_URL=https://${GCP_REGION}-${GCLOUD_PROJECT}.cloudfunctions.net
22
23
cd github/nodejs-docs-samples/functions/helloworld
24
25
+# Install dependencies
26
+npm install
27
+
28
# Configure gcloud
29
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/secrets-key.json
30
gcloud auth activate-service-account --key-file "$GOOGLE_APPLICATION_CREDENTIALS"
0 commit comments