Skip to content

Commit

Permalink
chore: revert owlbot main branch templates (#117)
Browse files Browse the repository at this point in the history
Reverts main branch template for OwlBot that were included for the main branch integration.
  • Loading branch information
dandhlee authored Sep 7, 2021
1 parent 29e029f commit dd07910
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/google-cloud-os-config/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,3 @@

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

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

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

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

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

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

0 comments on commit dd07910

Please sign in to comment.