yet another try
This commit is contained in:
parent
e75ec99fcd
commit
98e5ebf825
6
Makefile
6
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) .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user