Compare commits

...

1 Commits

Author SHA1 Message Date
Viktor Scharf
e53a4f6379 delete commit id from release version 2025-07-03 11:42:03 +02:00

View File

@@ -29,6 +29,8 @@ ifeq ($(VERSION), daily)
STRING ?= $(shell git rev-parse --short HEAD)
else ifeq ($(VERSION),)
STRING ?= $(shell git rev-parse --short HEAD)
else
STRING :=
endif