Skip to content

Commit

Permalink
CI should use devel (#12)
Browse files Browse the repository at this point in the history
* CI should use devel

* Update shippable.sh
  • Loading branch information
gundalow authored Mar 24, 2020
1 parent 8e9580c commit e1e1ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ set +ux
. ~/ansible-venv/bin/activate
set -ux

pip install git+https://github.com/ansible-collection-migration/ansible-base
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

#ansible-galaxy collection install community.general
mkdir -p "${HOME}/.ansible/ansible_collections/community"
Expand Down

0 comments on commit e1e1ca5

Please sign in to comment.