File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 18
18
[run]
19
19
branch = True
20
20
omit =
21
+ google/__init__.py
21
22
google/cloud/__init__.py
22
23
23
24
[report]
Original file line number Diff line number Diff line change 1
1
docker :
2
2
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3
- digest : sha256:979d9498e07c50097c1aeda937dcd32094ecc7440278a83e832b6a05602f62b6
3
+ digest : sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ env_vars: {
30
30
31
31
env_vars: {
32
32
key: " V2_STAGING_BUCKET"
33
- value: " docs-staging-v2"
33
+ # 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"
34
36
}
35
37
36
38
# It will upload the docker image after successful builds.
You can’t perform that action at this time.
0 commit comments