Skip to content

Commit 2b13da6

Browse files
authored
ci: remove unnecessary logic (googleapis#12457)
This build does not use the secrets manager.
1 parent 0b6ad59 commit 2b13da6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.kokoro/trampoline_release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ function cleanup() {
2323
}
2424
trap cleanup EXIT
2525

26-
$(dirname $0)/populate-secrets.sh # Secret Manager secrets.
2726
TRAMPOLINE_HOST=$(echo "${TRAMPOLINE_IMAGE}" | cut -d/ -f1)
2827
if [[ ! "${TRAMPOLINE_HOST}" =~ "gcr.io" ]]; then
2928
# If you need to specify a host other than gcr.io, you have to run on an update version of gcloud.

0 commit comments

Comments
 (0)