Skip to content

Commit

Permalink
chore: add generation of pb2 files via owlbot/bazel (#328)
Browse files Browse the repository at this point in the history
* chore: remove pb2 file generation during post processing step

* chore: add generation of pb2 files via owlbot/bazel
  • Loading branch information
parthea authored Jan 9, 2025
1 parent d54be88 commit e10f8a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/google-cloud-org-policy/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest

# See https://github.com/googleapis/python-org-policy/issues/22
deep-preserve-regex:
- /owl-bot-staging/v1

deep-remove-regex:
- /owl-bot-staging

deep-copy-regex:
- source: /google/cloud/orgpolicy/(v.*)/.*-py/(.*)
- source: /google/cloud/orgpolicy/(v1)/.*-py/(orgpolicy.*)
dest: /owl-bot-staging/$1/google/cloud/orgpolicy/v1/$2
- source: /google/cloud/orgpolicy/(v2)/.*-py/(.*)
dest: /owl-bot-staging/$1/$2

begin-after-commit-hash: b06c9034cfcbce180ba732d03be6526e5c8ea1bc
Expand Down

0 comments on commit e10f8a8

Please sign in to comment.