Skip to content

Commit

Permalink
add deep copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 9, 2024
1 parent 081703e commit 0218a21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions java-gkehub/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ deep-remove-regex:
deep-copy-regex:
- source: "/google/cloud/gkehub/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/proto-google-cloud-gkehub-$1/src"
- source: "/google/cloud/gkehub/servicemesh/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/proto-google-cloud-gkehub-$1/src"
- source: "/google/cloud/gkehub/(v.*)/.*-java/grpc-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/grpc-google-cloud-gkehub-$1/src"

- source: "/google/cloud/gkehub/(v.*)/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/google-cloud-gkehub/src"
- source: "/google/cloud/gkehub/(v.*)/.*-java/samples/snippets/generated"
dest: "/owl-bot-staging/java-gkehub/$1/samples/snippets/generated"
- source: "/google/cloud/gkehub/servicemesh/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/proto-google-cloud-gkehub-$1/src"
- source: "/google/cloud/gkehub/policycontroller/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/java-gkehub/$1/proto-google-cloud-gkehub-$1/src"

api-name: gkehub

0 comments on commit 0218a21

Please sign in to comment.