Skip to content

Commit

Permalink
Don't install amazon.aws from galaxy
Browse files Browse the repository at this point in the history
We've been using galaxy to install amazon.aws in shippable, but that
doesn't really work if we aren't publising faster. Get that collection
from git so it is most up to date.
  • Loading branch information
jillr committed Jun 15, 2020
1 parent 8fb8334 commit 7b9f7a4
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 @@ -87,7 +87,7 @@ git clone https://github.com/ansible-collections/community.general community/gen
# once community.general is published this will be handled by galaxy cli
git clone https://github.com/ansible-collections/ansible_collections_google google/cloud
git clone https://opendev.org/openstack/ansible-collections-openstack openstack/cloud
ansible-galaxy collection install amazon.aws
git clone https://github.com/ansible-collections/amazon.aws amazon/aws
ansible-galaxy collection install ansible.netcommon
ansible-galaxy collection install community.crypto
cd "${cwd}"
Expand Down

0 comments on commit 7b9f7a4

Please sign in to comment.