fix variable

This commit is contained in:
2023-03-31 15:00:25 +02:00
parent f21fb67f6d
commit 72fd1b0c3f

View File

@@ -26,7 +26,7 @@ BRANCH = $(shell git branch --show-current)
COMMIT = $(shell git rev-parse --short=8 HEAD)
BUILD = $(shell date +%Y.%m.%d.%H%M%S)
VERSION := $(if $(filter $(BRANCH), development),$(version)-$(BRANCH)-$(COMMIT)-$(BUILD),$(version))
ONMAIN := $(if $(filter $(BRANCH), main),"main","")
BR_MAIN := $(if $(filter $(BRANCH), main),"main","")
HAVE_POD := $(shell pod2text -h 2>/dev/null)
HAVE_LINT:= $(shell golangci-lint -h 2>/dev/null)
DAEMON := ephemerupd