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 3b551f9 commit f53595dCopy full SHA for f53595d
tests/utils/shippable/shippable.sh
@@ -61,7 +61,7 @@ command -v pip
61
pip --version
62
pip list --disable-pip-version-check
63
if [ "${ansible_version}" == "devel" ]; then
64
- retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
+ retry pip install https://github.com/felixfontein/ansible/archive/show-deprecations.tar.gz --disable-pip-version-check
65
else
66
retry pip install "https://github.com/ansible/ansible/archive/stable-${ansible_version}.tar.gz" --disable-pip-version-check
67
fi
0 commit comments