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 d92ddce commit e33470fCopy full SHA for e33470f
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3
- digest: sha256:6e7328583be8edd3ba8f35311c76a1ecbc823010279ccb6ab46b7a76e25eafcc
+ digest: sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737
.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