Skip to content

Commit

Permalink
ci(python): fix path to requirements.txt in release script (#1567)
Browse files Browse the repository at this point in the history
ci(python): fix the release script
  • Loading branch information
parthea committed Sep 1, 2022
1 parent 037c0a9 commit fdba3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/.kokoro/release.sh
Expand Up @@ -16,7 +16,7 @@
set -eo pipefail

# Start the releasetool reporter
python3 -m pip install --require-hashes -r .kokoro/requirements.txt
python3 -m pip install --require-hashes -r github/{{ metadata['repo']['repo'].split('/')[1] }}/.kokoro/requirements.txt
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

# Disable buffering, so that the logs stream through.
Expand Down

0 comments on commit fdba3ed

Please sign in to comment.