HACK: Install community.general

This commit is contained in:
John Barker 2020-03-10 14:52:52 +00:00
parent 18e8057472
commit c99caee9cf

View file

@ -119,6 +119,16 @@ else
timeout=45 timeout=45
fi fi
# STAR: HACK install dependencies
(
mkdir /tmp/collection_deps
git clone https://github.com/ansible-collection-migration/community.general.git /tmp/collection_deps/community.general
cd /tmp/collection_deps/community.general
ansible-galaxy collection build
ansible-galaxy collection install community-general*
)
# END: HACK
ansible-test env --dump --show --timeout "${timeout}" --color -v ansible-test env --dump --show --timeout "${timeout}" --color -v
"tests/utils/shippable/check_matrix.py" "tests/utils/shippable/check_matrix.py"