Skip to content

Commit

Permalink
build(owlbot): strip-prefix not supported yet (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Feb 18, 2021
1 parent 54a2f68 commit afe553d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-phishingprotection/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ docker:
copy-dirs:
- source: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/src/*
dest: /src
strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/src
# strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/src
- source: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/protos/google/cloud/phishingprotection/*
dest: /protos/google/cloud
strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/protos/google/cloud/phishingprotection
# strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/protos/google/cloud/phishingprotection
- source: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/test/*
dest: /test
strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/test
# strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/test
- source: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/system-test/*
dest: /
strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/
# strip-prefix: /google/cloud/phishingprotection/*/phishingprotection-*-nodejs/

0 comments on commit afe553d

Please sign in to comment.