Skip to content

Commit

Permalink
build: .OwlBot.lock.yaml was missing deep-remove (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Apr 7, 2021
1 parent 6e031e7 commit 0fa02cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 73 deletions.
8 changes: 5 additions & 3 deletions packages/google-cloud-phishingprotection/.github/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest

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

deep-copy-regex:
- source: /google/cloud/phishingprotection/.*/phishingprotection-.*-nodejs/src/(.*)
dest: /src/$1
rm-dest: /src/.*
- source: /google/cloud/phishingprotection/(.*)/.*-nodejs/(.*)
dest: /owl-bot-staging/$1/$2
3 changes: 2 additions & 1 deletion packages/google-cloud-phishingprotection/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"repo": "googleapis/nodejs-phishing-protection",
"distribution_name": "@google-cloud/phishing-protection",
"api_id": "phishingprotection.googleapis.com",
"requires_billing": true
"requires_billing": true,
"default_version": "v1beta1"
}
32 changes: 0 additions & 32 deletions packages/google-cloud-phishingprotection/owlbot.py

This file was deleted.

37 changes: 0 additions & 37 deletions packages/google-cloud-phishingprotection/synth.metadata

This file was deleted.

0 comments on commit 0fa02cd

Please sign in to comment.