From 3a37e0f8da0e5de9024f484255a5daefba9e7c04 Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Mon, 1 Oct 2018 16:34:25 +0200 Subject: [PATCH] Remove git tag from gitcommit field --- build/docker/bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/docker/bin/Makefile b/build/docker/bin/Makefile index f972f896..a9afba42 100644 --- a/build/docker/bin/Makefile +++ b/build/docker/bin/Makefile @@ -1,7 +1,7 @@ SHELL = /bin/bash UPDATE_VENDOR ?= 1 VERSION ?= devel -GITCOMMIT = $(shell cd /src && git describe --tags --always --dirty) +GITCOMMIT = $(shell cd /src && git describe --always --dirty) BUILDTIME = $(shell date --iso-8601=seconds) LDFLAGS := -X blockbook/common.version=$(VERSION) -X blockbook/common.gitcommit=$(GITCOMMIT) -X blockbook/common.buildtime=$(BUILDTIME) BLOCKBOOK_SRC := $(GOPATH)/src/blockbook