Skip to content

Commit

Permalink
oh fine mkdir -p, you knew what I meant!
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr committed Feb 27, 2020
1 parent 040fca6 commit 047a2f4
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 @@ -76,7 +76,7 @@ set -ux
pip install git+https://github.com/ansible-collection-migration/ansible-base
#ansible-galaxy collection install community.general
git clone https://github.com/ansible-collections/general
mkdir "${HOME}/.ansible/ansible_collections/community"
mkdir -p "${HOME}/.ansible/ansible_collections/community"
mv general "${HOME}/.ansible/ansible_collections/community"
ansible-galaxy collection install ansible.netcommon

Expand Down

0 comments on commit 047a2f4

Please sign in to comment.