update the checkclean target

This commit is contained in:
Nico Schottelius 2025-07-01 13:46:14 +09:00
commit 4e7d6cff66

View file

@ -14,7 +14,7 @@ CONTAINER_NAME=$(IMAGE_NAME):$(VERSION)
all: argocd
checkclean:
echo $(VERSION) | grep -q dirty && exit 1
echo $(VERSION) | grep -q dirty && exit 1 || exit 0
push-git:
git push --mirror