We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a498a4a + 7f03792 commit 5b0d4c6Copy full SHA for 5b0d4c6
Makefile
@@ -17,7 +17,7 @@ GIT_REVISION_SHORTCODE := $(shell git rev-parse --short HEAD)
17
GIT_REVISION := $(shell git describe --abbrev=0 --tags --exact-match 2> /dev/null || git rev-parse --short HEAD)
18
GIT_REVISION_DATE := $(shell git show -s --format=%ci $(GIT_REVISION_SHORTCODE))
19
20
-REVISION_DATE := $(shell date -u -j -f "%F %T %z" "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S" || date -u -d "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S")
+REVISION_DATE := $(shell date -u -j -f "%F %T %z" "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S" 2>/dev/null || date -u -d "$(GIT_REVISION_DATE)" +"%Y%m%d.%H%M%S")
21
BUILD_DATE := $(shell date -u +%Y%m%d.%H%M%S)
22
23
LOGGLY_TOKEN := 469973d5-6eaf-445a-be71-cf27141316a1
0 commit comments