Skip to content

Commit 11a44a6

Browse files
chore(python): push cloud library docs to staging bucket for Cloud RAD (#42)
Source-Link: googleapis/synthtool@694118b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 56b0219 commit 11a44a6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
3-
digest: sha256:17723e4df0cdd8d4508547ee517df2287af52c9d3f26a91e897bc618f73ec293
3+
digest: sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737

packages/google-cloud-iap/.kokoro/docs/common.cfg

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

3131
env_vars: {
3232
key: "V2_STAGING_BUCKET"
33+
# Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
3334
value: "docs-staging-v2"
3435
}
3536

packages/google-cloud-iap/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def default(session):
101101
"py.test",
102102
"--quiet",
103103
f"--junitxml=unit_{session.python}_sponge_log.xml",
104-
"--cov=google/cloud",
104+
"--cov=google",
105105
"--cov=tests/unit",
106106
"--cov-append",
107107
"--cov-config=.coveragerc",

0 commit comments

Comments
 (0)