We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328870c commit 572ef8fCopy full SHA for 572ef8f
1 file changed
synthtool/gcp/templates/java_library/.kokoro/release/publish_javadoc.sh
@@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then
24
exit 1
25
fi
26
27
-if [[ -z "${STAGING_BUCKET_V2}" ]]; then
28
- echo "Need to set STAGING_BUCKET_V2 environment variable"
29
- exit 1
30
-fi
31
-
32
# work from the git root directory
33
pushd $(dirname "$0")/../../
34
0 commit comments