Skip to content
Snippets Groups Projects
Commit bb03056f authored by Matthias Bernt's avatar Matthias Bernt
Browse files

debug

parent 8978d69d
No related branches found
No related tags found
1 merge request!5Add spellcking
Pipeline #473019 failed
......@@ -51,6 +51,7 @@ aspell:
echo "No spelling errors in $file $?"
fi
done
echo "ERRORS: $ERRORS"
if [ "$ERRORS" -ne 0 ]; then
echo "Spelling errors were detected. Failing the job."
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment