Skip to content

Commit

Permalink
Remove sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jun 14, 2024
1 parent 6b6b754 commit d642b8c
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 @@ -28,7 +28,7 @@ DOCKER_BUILDX_OUTPUT ?= --load
DOCKER_BUILDX_EXTRA_ARGS ?=

GIT_COMMIT := $(shell git rev-parse --short HEAD || echo "unknown")
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%TZ"; sleep 10)
BUILD_DATE := $(shell date -u +"%Y-%m-%dT%TZ")

# build variables (do not change)

Expand Down

0 comments on commit d642b8c

Please sign in to comment.