Skip to content

Commit

Permalink
chore: revert owlbot main branch templates (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Sep 7, 2021
1 parent 325164a commit 5da7644
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions packages/google-cloud-domains/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,49 +44,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/*",
"master",
"main"
)

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

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

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

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

0 comments on commit 5da7644

Please sign in to comment.