Skip to content

Commit

Permalink
Update plugin template to fix s3 issue (#971) (#991)
Browse files Browse the repository at this point in the history
No-Issue

(cherry picked from commit 92a0dd6)

Co-authored-by: David Newswanger <[email protected]>
  • Loading branch information
patchback[bot] and newswangerd authored Sep 24, 2021
1 parent eef9ef5 commit 899cbe3
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-11-g27961d1
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 @@ -159,7 +159,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 899cbe3

Please sign in to comment.