/usr/bin/bash: line 131: [: missing ]
This commit is contained in:
parent
2a8178f843
commit
ec9720777b
|
|
@ -10,7 +10,7 @@ variables:
|
||||||
molecule:
|
molecule:
|
||||||
script:
|
script:
|
||||||
- if [ -f tox.ini ] ; then tox ; fi
|
- if [ -f tox.ini ] ; then tox ; fi
|
||||||
- if [ ! -f tox.ini ; then molecule test ; fi
|
- if [ ! -f tox.ini ] ; then molecule test ; fi
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
- if: $CI_COMMIT_REF_NAME == "master"
|
||||||
retry: 1
|
retry: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue