Commit 6fa96105 authored by Darren Shepherd's avatar Darren Shepherd

Fail if source is dirty

parent 84b6c461
......@@ -37,5 +37,5 @@ test -z "$(go fmt ${PACKAGES} | \
if [ -n "$DIRTY" ]; then
echo Source dir is dirty
git status --porcelain --untracked-files=no
#exit 1
exit 1
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment