Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6f0fc commit 5f4fb50Copy full SHA for 5f4fb50
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3
- digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b
+ digest: sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60
.kokoro/docs/common.cfg
@@ -30,7 +30,9 @@ env_vars: {
30
31
env_vars: {
32
key: "V2_STAGING_BUCKET"
33
- value: "docs-staging-v2"
+ # Push non-cloud library docs to `docs-staging-v2-staging` instead of the
34
+ # Cloud RAD bucket `docs-staging-v2`
35
+ value: "docs-staging-v2-staging"
36
}
37
38
# It will upload the docker image after successful builds.
0 commit comments