Skip to content

Commit

Permalink
Remove comment and don't retry.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 7, 2022
1 parent 51bc669 commit 1cc6aca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
image: "robertdebock/github-action-molecule:4.0.8"

# services:
# - docker:dind

variables:
PY_COLORS: 1

Expand All @@ -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"
Expand Down

0 comments on commit 1cc6aca

Please sign in to comment.