mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Update testing (#26)
* Remove superfluous requirements file. * Update RHEL 7.6 to RHEL 7.8 in CI. * Use stable-2.9 branch instead of latest released 2.9 version. * Remove ignore.txt entries. ci_complete
This commit is contained in:
@@ -55,7 +55,8 @@ pip list --disable-pip-version-check
|
||||
if [ "${ansible_version}" == "devel" ]; then
|
||||
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
|
||||
retry pip install https://github.com/ansible/ansible/archive/stable-2.9.tar.gz --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
|
||||
COMPLETE=yes
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user