Skip to content

Commit

Permalink
Merge pull request #246 from creachadair/dont-date-me
Browse files Browse the repository at this point in the history
Fix the date rendering to sync between local & CI.
  • Loading branch information
creachadair authored Feb 5, 2019
2 parents 24d32cb + c5874f2 commit 2e8884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BUILD_PATH := $(BASE_PATH)/build
CMD_PATH := $(BASE_PATH)/cmd

# Build information
BUILD ?= $(shell date +%FT%X%z)
BUILD ?= $(shell date +%FT%H:%M:%S%z)
GIT_COMMIT=$(shell git rev-parse HEAD | cut -c1-7)
GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "-dirty" || true)
DEV_PREFIX := dev
Expand Down

0 comments on commit 2e8884b

Please sign in to comment.