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

Commit 6b059ad

Browse files
chore(python_library): change the docs bucket name
Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Fri Oct 16 09:58:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: da5c6050d13b4950c82666a81d8acd25157664ae Source-Link: googleapis/synthtool@da5c605
1 parent db2e1c0 commit 6b059ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.kokoro/docs/common.cfg

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

3131
env_vars: {
3232
key: "V2_STAGING_BUCKET"
33-
value: "docs-staging-v2-staging"
33+
value: "docs-staging-v2"
3434
}
3535

3636
# It will upload the docker image after successful builds.

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "477764cc4ee6db346d3febef2bb1ea0abf27de52"
22+
"sha": "da5c6050d13b4950c82666a81d8acd25157664ae"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "477764cc4ee6db346d3febef2bb1ea0abf27de52"
29+
"sha": "da5c6050d13b4950c82666a81d8acd25157664ae"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)