From a19d250d3d595af1faeb1b1db9ce09095f0a8c4d Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 23 Feb 2023 08:56:31 +0100 Subject: [PATCH] Updaet components, retry less. --- templates/gitlab-ci.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index 3bb1b17..7da8918 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -1,5 +1,5 @@ --- -image: robertdebock/github-action-molecule:2.6.6 +image: robertdebock/github-action-molecule:3.0.6 services: - docker:dind @@ -13,7 +13,7 @@ molecule: - image=${image} tag=${tag} molecule test rules: - if: $CI_COMMIT_REF_NAME == "master" - retry: 2 + retry: 1 parallel: matrix: {% for platform in meta.galaxy_info.platforms %}