Skip to content

Commit 5002434

Browse files
chore: move non-Cloud package to staging bucket (#92)
* chore: move non-cloud package to staging bucket * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e2f2ebb commit 5002434

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/grafeas/.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"
33+
value: "docs-staging-v2-staging"
3434
}
3535

3636
# It will upload the docker image after successful builds.

packages/grafeas/owlbot.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,11 @@ def test_get_occurrence""",
211211
"--cov=grafeas",
212212
)
213213

214-
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
214+
# Block pushing non-cloud libraries to Cloud RAD
215+
s.replace(
216+
".kokoro/docs/common.cfg",
217+
r'value: "docs-staging-v2"',
218+
r'value: "docs-staging-v2-staging"'
219+
)
220+
221+
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)