From 98e5ebf82531b7427d589d8f7a46f4248f7e6f7e Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 13 Apr 2023 17:06:25 +0200 Subject: [PATCH] yet another try --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 49bd9c8..4e2b970 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ require_clean_git: git diff-index --cached --quiet --ignore-submodules HEAD -- @status=$$(git status --porcelain); \ if test "x$${status}" = x; then \ - echo "No files" \ + echo "No files"; \ else \ - echo "Untracked files" \ - exit 1 \ + echo "Untracked files" >&2; \ fi + build: podman build --build-arg VERSION=$(VERSION) --tag ${REPO}/${IMAGENAME}:$(VERSION) .