Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and fao89 committed Sep 16, 2021
1 parent 3c2a4fe commit b5e682d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-14-g7edf776
2021.08.26-15-g314a3c1
2 changes: 1 addition & 1 deletion .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pip install docker netaddr boto3 ansible

for i in {1..3}
do
ansible-galaxy collection install amazon.aws && s=0 && break || s=$? && sleep 3
ansible-galaxy collection install "amazon.aws:1.5.0" && s=0 && break || s=$? && sleep 3
done
if [[ $s -gt 0 ]]
then
Expand Down

0 comments on commit b5e682d

Please sign in to comment.