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 a2550fb commit 45dd53cCopy full SHA for 45dd53c
.kokoro/trampoline_v2.sh
@@ -133,7 +133,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
133
fi
134
135
# Configure the service account for pulling the docker image.
136
-if [[ -n "${KOKORO_GFILE_DIR:-}" ]]; then
+if [[ "${TRAMPOLINE_CI:-}" == "kokoro" ]]; then
137
# Now we're re-using the trampoline service account.
138
# Potentially we can pass down this key into Docker for
139
# bootstrapping secret.
0 commit comments