File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818# or zero if all commands in the pipeline exit successfully.
1919set -eo pipefail
2020
21+ python3 -m pip install --require-hashes -r github/google-cloud-python/.kokoro/requirements-aoss.txt
22+ python3 -m keyring --list-backends
23+
24+ echo " [distutils]
25+ index-servers =
26+ aoss-1p-python
27+ [aoss-1p-python]
28+ repository: https://us-python.pkg.dev/cloud-aoss-1p/cloud-aoss-1p-python/" >> $HOME /.pypirc
29+
30+ echo " [install]
31+ index-url = https://us-python.pkg.dev/cloud-aoss-1p/cloud-aoss-1p-python/simple/
32+ trusted-host = us-python.pkg.dev" >> $HOME /pip.conf
33+
34+ export PIP_CONFIG_FILE=$HOME /pip.conf
35+
2136# Start the releasetool reporter
2237python3 -m pip install --require-hashes -r github/google-cloud-python/.kokoro/requirements.txt
2338python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
Original file line number Diff line number Diff line change 1+ keyring
2+ keyrings.google-artifactregistry-auth
You can’t perform that action at this time.
0 commit comments