Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit b55d4f9

Browse files
chore: remove staging bucket v2
not needed since we removed v2 solution - googleapis/synthtool#964 Source-Author: Emily Ball <[email protected]> Source-Date: Mon Mar 29 14:47:37 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 572ef8f70edd9041f5bcfa71511aed6aecfc2098 Source-Link: googleapis/synthtool@572ef8f
1 parent 563298e commit b55d4f9

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-document-ai.git",
7-
"sha": "78cf173ac9041a5695ccdb4b95ceb93f89513b9d"
7+
"sha": "563298ec68b261540fd77dd5e1f5da6a4ab460e3"
88
}
99
},
1010
{
@@ -35,7 +35,7 @@
3535
"git": {
3636
"name": "synthtool",
3737
"remote": "https://github.com/googleapis/synthtool.git",
38-
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
38+
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
3939
}
4040
}
4141
],

0 commit comments

Comments
 (0)