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

Commit 01c8deb

Browse files
chore: update cloud-rad buckets
doclava v2 => staging docFX v3 => prod Source-Author: Emily Ball <emilyball@google.com> Source-Date: Tue Feb 16 17:02:08 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: b416a7befcdbc42de41cf387dcf428f894fb812b Source-Link: googleapis/synthtool@b416a7b
1 parent 3e86b96 commit 01c8deb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.kokoro/release/publish_javadoc.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ env_vars: {
77
value: "docs-staging"
88
}
99

10+
# cloud-rad staging
1011
env_vars: {
1112
key: "STAGING_BUCKET_V2"
12-
value: "docs-staging-v2"
13-
# Production will be at: docs-staging-v2
13+
value: "docs-staging-v2-staging"
1414
}
1515

1616
env_vars: {

.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ python3 -m docuploader create-metadata \
7171
--version ${VERSION} \
7272
--language java
7373

74-
# upload docs
74+
# upload docs to staging bucket
7575
python3 -m docuploader upload . \
7676
--credentials ${CREDENTIALS} \
7777
--staging-bucket ${STAGING_BUCKET_V2}

.kokoro/release/publish_javadoc11.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3+
# cloud-rad production
34
env_vars: {
45
key: "STAGING_BUCKET_V2"
56
value: "docs-staging-v2"
6-
# Production will be at: docs-staging-v2
77
}
88

99
# Configure the docker image for kokoro-trampoline

.kokoro/release/publish_javadoc11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python3 -m docuploader create-metadata \
4848
--version ${VERSION} \
4949
--language java
5050

51-
# upload yml
51+
# upload yml to production bucket
5252
python3 -m docuploader upload . \
5353
--credentials ${CREDENTIALS} \
5454
--staging-bucket ${STAGING_BUCKET_V2} \

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": "814c7ddd38d2b8027466f3d3c1e3722b431159f1"
14+
"sha": "3e86b969cb64fbeadfc8e0847556e9c9f8302179"
1515
}
1616
},
1717
{
@@ -50,7 +50,7 @@
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "f327d3b657a63ae4a8efd7f011a15eacae36b59c"
53+
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)