Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: update owlbot for mono repo migration
Browse files Browse the repository at this point in the history
Remove obsolete replacements in `owlbot.py`
  • Loading branch information
cojenco committed Apr 12, 2023
1 parent d3e99dd commit 2213049
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
clean_up_generated_samples = False
s.move([library], excludes=["**/gapic_version.py"])


s.replace(
library / "google/**/import_.py",
"gs://bucket/directory/\*\.json",
"``gs://bucket/directory/*.json``",
)
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 2213049

Please sign in to comment.