Skip to content

Commit e454a05

Browse files
authored
chore: Prepare for mono repository migration (#31)
Remove replacement in owlbot.py which will be obsolete in the monorepo
1 parent 218b5d3 commit e454a05

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/google-cloud-public-ca/owlbot.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636
shutil.rmtree("samples/generated_samples", ignore_errors=True)
3737
clean_up_generated_samples = False
3838

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

0 commit comments

Comments
 (0)