forked from osgeolive/OSGeoLive-doc
trying with exit 1
parent
cf417d28e2
commit
2d3fe6d095
|
@ -23,5 +23,5 @@ script:
|
|||
- du -ch _build/html
|
||||
- make clean
|
||||
- make small SPHINXOPTS=" -v" &> errors.txt
|
||||
- if ! grep -Fq 'build succeeded, 11 warnings' errors.txt; then cat errors.txt; echo 1; fi;
|
||||
- if ! grep -Fq 'build succeeded, 11 warnings' errors.txt; then cat errors.txt; exit 1; fi;
|
||||
- du -ch _build/html
|
||||
|
|
Loading…
Reference in New Issue