Skip to content

Commit

Permalink
Add release mechanism for GitLab, retry twice
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 8, 2020
1 parent a40a8a2 commit fdf4e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test
rules:
- if: $CI_COMMIT_TAG == null
retry: 2
parallel:
matrix:
- image: "alpine"
Expand Down

0 comments on commit fdf4e2f

Please sign in to comment.