From ba9918cd22874245b55734f57470c719b577e591 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 2 Nov 2020 15:56:09 -0500 Subject: [PATCH] build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env (#834) --- synthtool/gcp/templates/node_library/.kokoro/trampoline_v2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synthtool/gcp/templates/node_library/.kokoro/trampoline_v2.sh b/synthtool/gcp/templates/node_library/.kokoro/trampoline_v2.sh index 5ae75f977..606d43214 100755 --- a/synthtool/gcp/templates/node_library/.kokoro/trampoline_v2.sh +++ b/synthtool/gcp/templates/node_library/.kokoro/trampoline_v2.sh @@ -125,6 +125,8 @@ pass_down_envvars=( "TRAMPOLINE_CI" # Indicates the version of the script. "TRAMPOLINE_VERSION" + # Contains path to build artifacts being executed. + "KOKORO_BUILD_ARTIFACTS_SUBDIR" ) log_yellow "Building with Trampoline ${TRAMPOLINE_VERSION}"