From 43569bca986ee1bacd40b0285b2475d028da416f Mon Sep 17 00:00:00 2001 From: John Barker Date: Tue, 10 Mar 2020 16:44:36 +0000 Subject: [PATCH] Use temp-2.10-devel --- tests/utils/shippable/shippable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 24d2bc1..d1d0bb3 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -74,7 +74,7 @@ set +ux set -ux #pip install ansible==2.9.0 --disable-pip-version-check -pip install git+https://github.com/ansible-collection-migration/ansible-base.git --disable-pip-version-check +pip install git+https://github.com/ansible/ansible.git@temp-2.10-devel --disable-pip-version-check COLLECTION_DIR="${HOME}/.ansible/ansible_collections/" TEST_DIR="${COLLECTION_DIR}/ansible/posix" @@ -126,7 +126,7 @@ mkdir /tmp/collection_deps git clone https://github.com/ansible-collections/community.general.git /tmp/collection_deps/community.general cd /tmp/collection_deps/community.general ansible-galaxy collection build -ansible-galaxy collection install community-general* -p ${COLLECTION_DIR} +ansible-galaxy collection install community-general* -p "${COLLECTION_DIR}" ) # END: HACK