Fail if source is dirty

pull/13/head
Darren Shepherd 6 years ago
parent 84b6c461b9
commit 6fa96105b9

@ -37,5 +37,5 @@ test -z "$(go fmt ${PACKAGES} | \
if [ -n "$DIRTY" ]; then if [ -n "$DIRTY" ]; then
echo Source dir is dirty echo Source dir is dirty
git status --porcelain --untracked-files=no git status --porcelain --untracked-files=no
#exit 1 exit 1
fi fi

Loading…
Cancel
Save