Skip to content

Commit 572ef8f

Browse files
authored
chore: remove staging bucket v2 (#1006)
not needed since we removed v2 solution - #964
1 parent 328870c commit 572ef8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh

-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then
2424
exit 1
2525
fi
2626

27-
if [[ -z "${STAGING_BUCKET_V2}" ]]; then
28-
echo "Need to set STAGING_BUCKET_V2 environment variable"
29-
exit 1
30-
fi
31-
3227
# work from the git root directory
3328
pushd $(dirname "$0")/../../
3429

0 commit comments

Comments
 (0)