From f98aeb9dbc2cc521315b59739d0218480bf26804 Mon Sep 17 00:00:00 2001 From: dpebot Date: Tue, 25 Sep 2018 04:21:30 -0700 Subject: [PATCH] Re-generate library using /synth.py --- .kokoro/samples-test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.kokoro/samples-test.sh b/.kokoro/samples-test.sh index 76edbbb..a91cbf5 100755 --- a/.kokoro/samples-test.sh +++ b/.kokoro/samples-test.sh @@ -24,6 +24,11 @@ export GCLOUD_PROJECT=long-door-651 cd $(dirname $0)/.. +# Run a pre-test hook, if a pre-samples-test.sh is in the project +if [ -f .kokoro/pre-samples-test.sh ]; then + . .kokoro/pre-samples-test.sh +fi + npm install # Install and link samples