Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit c6081e0

Browse files
chore: update owlbot template for release file (#304)
* chore: update owlbot template for release file * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ba72860 commit c6081e0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.kokoro/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
# Start the releasetool reporter
19-
python3 -m pip install --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
19+
python3 -m pip install --no-deps --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
2020
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
2121

2222
# Disable buffering, so that the logs stream through.

owlbot.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,9 @@
5353
],
5454
)
5555

56+
# Diable the dependency resolver.
57+
s.replace(
58+
".kokoro/release.sh",
59+
"python3 -m pip install --require-hashes",
60+
"python3 -m pip install --no-deps --require-hashes",
61+
)

0 commit comments

Comments
 (0)