Skip to content

Commit fdba3ed

Browse files
authored
ci(python): fix path to requirements.txt in release script (#1567)
ci(python): fix the release script
1 parent 037c0a9 commit fdba3ed

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/python_library/.kokoro

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/.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 .kokoro/requirements.txt
19+
python3 -m pip install --require-hashes -r github/{{ metadata['repo']['repo'].split('/')[1] }}/.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.

0 commit comments

Comments
 (0)