Skip to content

Commit 4ebe91d

Browse files
chore: move non-cloud package to staging bucket (#55)
* chore: move non-cloud package to staging bucket * chore: update branch to staging * chore: update Owlbot.py * 🦉 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 834b0f1 commit 4ebe91d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/google-area120-tables/.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/google-area120-tables/owlbot.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
# ----------------------------------------------------------------------------
4242
templated_files = common.py_library(cov_level=98, microgenerator=True)
4343
s.move(
44-
templated_files, excludes=[".coveragerc"]
44+
templated_files, excludes=[
45+
".coveragerc"
46+
]
4547
) # the microgenerator has a good coveragerc file
4648

4749
# fix coverage target
@@ -51,4 +53,11 @@
5153
'''"--cov=google/area120",''',
5254
)
5355

56+
# Block pushing non-cloud libraries to Cloud RAD
57+
s.replace(
58+
".kokoro/docs/common.cfg",
59+
r'value: "docs-staging-v2"',
60+
r'value: "docs-staging-v2-staging"'
61+
)
62+
5463
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)