From 572ef8f70edd9041f5bcfa71511aed6aecfc2098 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Mon, 29 Mar 2021 14:47:37 -0700 Subject: [PATCH] chore: remove staging bucket v2 (#1006) not needed since we removed v2 solution - https://github.com/googleapis/synthtool/pull/964 --- .../java_library/.kokoro/release/publish_javadoc.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh b/synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh index 56d291c00..ecf81e51b 100755 --- a/synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh +++ b/synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh @@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then exit 1 fi -if [[ -z "${STAGING_BUCKET_V2}" ]]; then - echo "Need to set STAGING_BUCKET_V2 environment variable" - exit 1 -fi - # work from the git root directory pushd $(dirname "$0")/../../