Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchief committed Mar 20, 2020
1 parent 4323d6a commit cb1f9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ for f in $FILES; do
ajv compile -s "$f" -m /iglu_meta_schema.json | reviewdog -f=checkstyle -name="iglulint" -reporter="${INPUT_REPORTER}" -level="${INPUT_LEVEL}"

ec=$?
echo $ec
if [ ${ec} -ne "0" ]; then
exit_code=${ec}
fi
done

echo $exit_code
exit $exit_code

0 comments on commit cb1f9a5

Please sign in to comment.