Make sure molecule lint script has set -e option.
parent
290d1b814b
commit
f119f359cf
|
|
@ -4,6 +4,7 @@ dependency:
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
lint: |
|
||||||
|
set -e
|
||||||
yamllint .
|
yamllint .
|
||||||
ansible-lint
|
ansible-lint
|
||||||
platforms:
|
platforms:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue