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