From ec9720777b8d978a5e2b91117c8739ebf401abcf Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 1 Nov 2022 11:10:31 +0100 Subject: [PATCH] /usr/bin/bash: line 131: [: missing ] --- templates/gitlab-ci.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab-ci.yml.j2 b/templates/gitlab-ci.yml.j2 index dda4714..d92dfb2 100644 --- a/templates/gitlab-ci.yml.j2 +++ b/templates/gitlab-ci.yml.j2 @@ -10,7 +10,7 @@ variables: molecule: script: - if [ -f tox.ini ] ; then tox ; fi - - if [ ! -f tox.ini ; then molecule test ; fi + - if [ ! -f tox.ini ] ; then molecule test ; fi rules: - if: $CI_COMMIT_REF_NAME == "master" retry: 1