File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
java-orchestration-airflow/.github Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ docker:
16
16
image : " gcr.io/cloud-devrel-public-resources/owlbot-java:latest"
17
17
18
18
deep-remove-regex :
19
+ - " /samples/snippets/generated"
19
20
- " /grpc-google-.*/src"
20
21
- " /proto-google-.*/src"
21
22
- " /google-.*/src"
@@ -29,4 +30,6 @@ deep-copy-regex:
29
30
- source : " /google/cloud/orchestration/airflow/service/(v.*)/.*-java/grpc-google-.*/src"
30
31
dest : " /owl-bot-staging/$1/grpc-google-cloud-orchestration-airflow-$1/src"
31
32
- source : " /google/cloud/orchestration/airflow/service/(v.*)/.*-java/gapic-google-.*/src"
32
- dest : " /owl-bot-staging/$1/google-cloud-orchestration-airflow/src"
33
+ dest : " /owl-bot-staging/$1/google-cloud-orchestration-airflow/src"
34
+ - source : " /google/cloud/orchestration/airflow/service/(v.*)/.*-java/samples/snippets/generated"
35
+ dest : " /owl-bot-staging/$1/samples/snippets/generated"
You can’t perform that action at this time.
0 commit comments