Skip to content

Commit

Permalink
chore: remove staging bucket v2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Mar 29, 2021
1 parent d4c821d commit be16738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")/../../

Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-java-client.git",
"sha": "eb01182b74db358c19c967947c42ac8c89c3674d"
"sha": "d4c821d5217de0f56b9afcdfcd9901d70e027c92"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "bb854b6c048619e3be4e8b8ce8ed10aa74ea78ef"
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
}
}
],
Expand Down

0 comments on commit be16738

Please sign in to comment.