Fail if source is dirty

This commit is contained in:
Darren Shepherd 2019-01-24 10:57:19 -07:00
parent 84b6c461b9
commit 6fa96105b9

View File

@ -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