Skip to content

Commit

Permalink
chore: include generated samples dir (googleapis#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaball35 committed Jun 14, 2022
1 parent d4dd4cb commit 094d6bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java-filestore/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docker:
image: "gcr.io/cloud-devrel-public-resources/owlbot-java:latest"

deep-remove-regex:
- "/samples/snippets/generated"
- "/grpc-google-.*/src"
- "/proto-google-.*/src"
- "/google-.*/src"
Expand All @@ -29,4 +30,6 @@ deep-copy-regex:
- source: "/google/cloud/filestore/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/$1/grpc-google-cloud-filestore-$1/src"
- source: "/google/cloud/filestore/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/$1/google-cloud-filestore/src"
dest: "/owl-bot-staging/$1/google-cloud-filestore/src"
- source: "/google/cloud/filestore/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/$1/samples/snippets/generated"

0 comments on commit 094d6bd

Please sign in to comment.