We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf76f25 commit d6162cbCopy full SHA for d6162cb
.gitlab-ci.yml
@@ -1,5 +1,5 @@
1
---
2
-image: robertdebock/github-action-molecule:2.6.6
+image: robertdebock/github-action-molecule:3.0.6
3
4
services:
5
- docker:dind
@@ -13,7 +13,7 @@ molecule:
13
- image=${image} tag=${tag} molecule test
14
rules:
15
- if: $CI_COMMIT_REF_NAME == "master"
16
- retry: 2
+ retry: 1
17
parallel:
18
matrix:
19
- image: "amazonlinux"
0 commit comments