mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-27 05:43:22 +00:00
Stop using custom branch to avoid full CI run on changelog fragments. (#25)
This commit is contained in:
@@ -53,8 +53,7 @@ command -v pip
|
||||
pip --version
|
||||
pip list --disable-pip-version-check
|
||||
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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user