Skip to content

Commit

Permalink
chore: removing owlbot directives for conversion to main (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicain committed Sep 1, 2021
1 parent f411d1a commit 49916e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
docker:
image: gcr.io/repo-automation-bots/owlbot-python:latest
digest: sha256:aea14a583128771ae8aefa364e1652f3c56070168ef31beb203534222d842b8b
digest: sha256:0ffe3bdd6c7159692df5f7744da74e5ef19966288a6bf76023e8e04e0c424d7d
12 changes: 0 additions & 12 deletions owlbot.py
Expand Up @@ -21,16 +21,4 @@
r'value: "docs-staging-v2-staging"'
)


# Remove the replacements below once https://github.com/googleapis/synthtool/pull/1188 is merged

# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
s.replace(".kokoro/*.sh", "repo-automation-bots/tree/master", "repo-automation-bots/tree/main")

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

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

0 comments on commit 49916e9

Please sign in to comment.