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 0b6ad59 commit 2b13da6Copy full SHA for 2b13da6
.kokoro/trampoline_release.sh
@@ -23,7 +23,6 @@ function cleanup() {
23
}
24
trap cleanup EXIT
25
26
-$(dirname $0)/populate-secrets.sh # Secret Manager secrets.
27
TRAMPOLINE_HOST=$(echo "${TRAMPOLINE_IMAGE}" | cut -d/ -f1)
28
if [[ ! "${TRAMPOLINE_HOST}" =~ "gcr.io" ]]; then
29
# If you need to specify a host other than gcr.io, you have to run on an update version of gcloud.
0 commit comments