/usr/bin/bash: line 131: [: missing ]

This commit is contained in:
Robert de Bock 2022-11-01 11:10:31 +01:00
parent 2a8178f843
commit ec9720777b
1 changed files with 1 additions and 1 deletions

View File

@ -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