fix yaml
This commit is contained in:
parent
d35b679f6d
commit
01dbe1d58f
|
@ -49,7 +49,7 @@ tasks:
|
||||||
"${OPENREFINE_APPDIR}/client" example \
|
"${OPENREFINE_APPDIR}/client" example \
|
||||||
--output output/deduped.tsv
|
--output output/deduped.tsv
|
||||||
|
|
||||||
check:
|
check:
|
||||||
- | # check log file for any warnings
|
- | # check log file for any warnings
|
||||||
if grep -i 'exception\|error' "${OPENREFINE_TMPDIR}/log.txt"
|
if grep -i 'exception\|error' "${OPENREFINE_TMPDIR}/log.txt"
|
||||||
then echo 1>&2 "log contains warnings!"; echo; cat "${OPENREFINE_TMPDIR}/log.txt"; exit 1
|
then echo 1>&2 "log contains warnings!"; echo; cat "${OPENREFINE_TMPDIR}/log.txt"; exit 1
|
||||||
|
|
Loading…
Reference in New Issue