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

Commit

Permalink
chore: revert owlbot main branch templates (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee committed Sep 7, 2021
1 parent d03bce4 commit 507cccd
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions owlbot.py
Expand Up @@ -81,43 +81,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 507cccd

Please sign in to comment.