Skip to content

Commit

Permalink
chore: revert owlbot main branch templates (#261)
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 389ae57 commit 9df29df
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions packages/google-cloud-dataproc/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,43 +54,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 9df29df

Please sign in to comment.