Skip to content

Commit

Permalink
chore: revert owlbot main branch templates (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Sep 7, 2021
1 parent b8fc838 commit 89e4983
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions packages/google-cloud-iap/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,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(
".kokoro/*",
"master",
"main"
)

0 comments on commit 89e4983

Please sign in to comment.