/usr/bin/bash: line 131: [: missing ]
This commit is contained in:
parent
2a8178f843
commit
ec9720777b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue