ansible-test - Update bootstrap URL to not use S3.

pull/76943/head
Matt Clay 2 years ago
parent 6c29028f05
commit 7e64c4fe55

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - Use https://ci-files.testing.ansible.com/ for instance bootstrapping instead of an S3 endpoint.

@ -50,7 +50,7 @@ install_pip() {
if ! "${python_interpreter}" -m pip.__main__ --version --disable-pip-version-check 2>/dev/null; then
case "${python_version}" in
*)
pip_bootstrap_url="https://ansible-ci-files.s3.amazonaws.com/ansible-test/get-pip-20.3.4.py"
pip_bootstrap_url="https://ci-files.testing.ansible.com/ansible-test/get-pip-20.3.4.py"
;;
esac

Loading…
Cancel
Save