mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fail if source is dirty
This commit is contained in:
parent
84b6c461b9
commit
6fa96105b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user