Stop using custom branch to avoid full CI run on changelog fragments. (#25)
parent
f7dbd61fa7
commit
4597f77448
|
@ -53,8 +53,7 @@ command -v pip
|
||||||
pip --version
|
pip --version
|
||||||
pip list --disable-pip-version-check
|
pip list --disable-pip-version-check
|
||||||
if [ "${ansible_version}" == "devel" ]; then
|
if [ "${ansible_version}" == "devel" ]; then
|
||||||
retry pip install https://github.com/felixfontein/ansible/archive/changelogs-docs-collections.tar.gz --disable-pip-version-check
|
retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||||
# retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
|
||||||
else
|
else
|
||||||
retry pip install ansible==${ansible_version} --disable-pip-version-check
|
retry pip install ansible==${ansible_version} --disable-pip-version-check
|
||||||
# force complete CI run for Ansible 2.9: 2.9's ansible-test's change detection for collections is broken
|
# force complete CI run for Ansible 2.9: 2.9's ansible-test's change detection for collections is broken
|
||||||
|
|
Loading…
Reference in New Issue