Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 92b264a

Browse files
chore: remove staging bucket v2
not needed since we removed v2 solution - googleapis/synthtool#964 Source-Author: Emily Ball <emilyball@google.com> Source-Date: Mon Mar 29 14:47:37 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 572ef8f70edd9041f5bcfa71511aed6aecfc2098 Source-Link: googleapis/synthtool@572ef8f
1 parent 9bc1a4b commit 92b264a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.kokoro/release/publish_javadoc.sh

Lines changed: 0 additions & 5 deletions
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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "4a09405fc1064e4a0f9c7bc9a1c0e150a33caaa8"
14+
"sha": "9bc1a4b36fa53d2ba8beea0ce38dec788631d458"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
53+
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)