Updaet components, retry less.

This commit is contained in:
Robert de Bock 2023-02-23 08:56:31 +01:00
parent 7cb81c4f96
commit a19d250d3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
image: robertdebock/github-action-molecule:2.6.6 image: robertdebock/github-action-molecule:3.0.6
services: services:
- docker:dind - docker:dind
@ -13,7 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test - image=${image} tag=${tag} molecule test
rules: rules:
- if: $CI_COMMIT_REF_NAME == "master" - if: $CI_COMMIT_REF_NAME == "master"
retry: 2 retry: 1
parallel: parallel:
matrix: matrix:
{% for platform in meta.galaxy_info.platforms %} {% for platform in meta.galaxy_info.platforms %}