Validate YAML format
This commit is contained in:
parent
a1c1624b81
commit
e1891570e3
1 changed files with 1 additions and 1 deletions
|
@ -81,5 +81,5 @@ script:
|
||||||
after_script:
|
after_script:
|
||||||
- echo "Standard Output: $(cat stdout.txt)"
|
- echo "Standard Output: $(cat stdout.txt)"
|
||||||
- echo "Standard Error : $(cat stderr.txt)"
|
- echo "Standard Error : $(cat stderr.txt)"
|
||||||
- [ "0" = "$(wl -l stderr.txt)" ] || exit 2
|
# - [ "0" = "$(wl -l stderr.txt)" ] || exit 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue