Skip to content

Commit

Permalink
chore: revert owlbot main branch templates (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Sep 7, 2021
1 parent 2c1862d commit d9ed1d6
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions packages/google-cloud-dlp/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,43 +46,3 @@

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

# ----------------------------------------------------------------------------
# Main Branch migration
# ----------------------------------------------------------------------------

s.replace(
"*.rst",
"master",
"main"
)

s.replace(
"CONTRIBUTING.rst",
"kubernetes/community/blob/main",
"kubernetes/community/blob/master"
)

s.replace(
"docs/conf.py",
"master",
"main"
)

s.replace(
"docs/conf.py",
"main_doc",
"root_doc"
)

s.replace(
".kokoro/*",
"master",
"main"
)

s.replace(
"README.rst",
"google-cloud-python/blob/main/README.rst",
"google-cloud-python/blob/master/README.rst"
)

0 comments on commit d9ed1d6

Please sign in to comment.