From 4e7d6cff6686f6c468407fbca65a09cda1f82810 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 1 Jul 2025 13:46:14 +0900 Subject: [PATCH] update the checkclean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 179e776e..74f6031a 100644 --- a/Makefile +++ b/Makefile @@ -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