From 1cc6aca2275e1abdd25d51a3db2d8ca705d0640b Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 7 Nov 2022 16:01:09 +0100 Subject: [PATCH] Remove comment and don't retry. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ba7e38..54e91aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,6 @@ --- image: "robertdebock/github-action-molecule:4.0.8" -# services: -# - docker:dind - variables: PY_COLORS: 1 @@ -13,7 +10,6 @@ molecule: - if [ ! -f tox.ini ] ; then molecule test ; fi rules: - if: $CI_COMMIT_REF_NAME == "master" - retry: 1 parallel: matrix: - image: "amazonlinux"