Skip to content

Commit

Permalink
chore: Prepare for mono repository migration (#31)
Browse files Browse the repository at this point in the history
Remove replacement in owlbot.py which will be obsolete in the monorepo
  • Loading branch information
parthea authored Apr 20, 2023
1 parent 218b5d3 commit e454a05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/google-cloud-public-ca/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False

# Remove replacement once this repository has migrated to google-cloud-python
s.replace(
"setup.py",
"""url = \"https://github.com/googleapis/python-public-ca\"""",
"""url = \"https://github.com/googleapis/python-security-public-ca\"""",
)
s.move([library], excludes=["**/gapic_version.py"])
s.remove_staging_dirs()

Expand Down

0 comments on commit e454a05

Please sign in to comment.