Validate YAML format

This commit is contained in:
Jean-Marie Renouard 2019-10-16 20:11:59 +02:00
parent a1c1624b81
commit e1891570e3

View file

@ -81,5 +81,5 @@ script:
after_script:
- echo "Standard Output: $(cat stdout.txt)"
- echo "Standard Error : $(cat stderr.txt)"
- [ "0" = "$(wl -l stderr.txt)" ] || exit 2
# - [ "0" = "$(wl -l stderr.txt)" ] || exit 2