Skip to content

Commit 42f956b

Browse files
chore(java): use production staging bucket (#224)
Source-Author: Les Vogel <[email protected]> Source-Date: Wed Nov 4 10:18:01 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: c7824ea48ff6d4d42dfae0849aec8a85acd90bd9 Source-Link: googleapis/synthtool@c7824ea
1 parent f787097 commit 42f956b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env_vars: {
99

1010
env_vars: {
1111
key: "STAGING_BUCKET_V2"
12-
value: "docs-staging-v2-staging"
12+
value: "docs-staging-v2"
1313
# Production will be at: docs-staging-v2
1414
}
1515

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "fb12a917854cc5068753f81734bd166e073e89f2"
7+
"sha": "c2d79861e5c939638b01994c02c5af3c165dc45d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
14+
"sha": "c7824ea48ff6d4d42dfae0849aec8a85acd90bd9"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)