We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037c0a9 commit fdba3edCopy full SHA for fdba3ed
synthtool/gcp/templates/python_library/.kokoro/release.sh
@@ -16,7 +16,7 @@
16
set -eo pipefail
17
18
# Start the releasetool reporter
19
-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
20
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
21
22
# Disable buffering, so that the logs stream through.
0 commit comments