Skip to content

Commit 07a193a

Browse files
chore(java): use production staging bucket (#256)
Source-Author: Les Vogel <lesv@users.noreply.github.com> Source-Date: Wed Nov 4 10:18:01 2020 -0800 Source-Repo: googleapis/synthtool Source-Sha: c7824ea48ff6d4d42dfae0849aec8a85acd90bd9 Source-Link: googleapis/synthtool@c7824ea
1 parent d1fc3f4 commit 07a193a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "223330e37ec21e5d29961a6eae18093e0bfdec10"
7+
"sha": "d1fc3f4fde84703c8087213fbb24ae1c6a09a33c"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
22+
"sha": "c7824ea48ff6d4d42dfae0849aec8a85acd90bd9"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)