Merge pull request #16 from rhnvrm/patch-2
fix: buildString having incorrect TZ data
This commit is contained in:
commit
9587b70f77
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
LAST_COMMIT := $(shell git rev-parse --short HEAD)
|
||||
LAST_COMMIT_DATE := $(shell git show -s --format=%ci ${LAST_COMMIT})
|
||||
VERSION := $(shell git describe)
|
||||
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%SZ"))
|
||||
BUILDSTR := ${VERSION} (${LAST_COMMIT} $(shell date -u +"%Y-%m-%dT%H:%M:%S%z"))
|
||||
|
||||
BIN := listmonk
|
||||
STATIC := config.toml.sample schema.sql queries.sql public email-templates frontend/build:/frontend
|
||||
|
|
Loading…
Reference in New Issue