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

Commit e290752

Browse files
chore(python_library): change the docs bucket name (#77)
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 a7fe762 commit e290752

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-storage.git",
7-
"sha": "6254bf2a588e69e2175df1c67edb514655d93e9d"
7+
"sha": "a7fe7626312a5b9fe1e7bd0e0fe5601ae97605c7"
88
}
99
},
1010
{
@@ -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)