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 5f42238 commit 44c6ad9Copy full SHA for 44c6ad9
ci/cloudbuild/builds/lib/integration.sh
@@ -31,7 +31,7 @@ source module ci/lib/io.sh
31
export PATH="${HOME}/.local/bin:${PATH}"
32
python3 -m pip uninstall -y --quiet googleapis-storage-testbench
33
python3 -m pip install --upgrade --user --quiet --disable-pip-version-check \
34
- "git+https://github.com/googleapis/storage-testbench@v0.41.0"
+ "git+https://github.com/googleapis/storage-testbench@v0.42.0"
35
36
# Some of the tests will need a valid roots.pem file.
37
rm -f /dev/shm/roots.pem
0 commit comments