From c99caee9cf7cd7fe865f183cb845b3c49f59954d Mon Sep 17 00:00:00 2001 From: John Barker Date: Tue, 10 Mar 2020 14:52:52 +0000 Subject: [PATCH] HACK: Install community.general --- tests/utils/shippable/shippable.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 2466e99..41fedb4 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -119,6 +119,16 @@ else timeout=45 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 "tests/utils/shippable/check_matrix.py"