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.
1 parent c8c3d7c commit 1c5297aCopy full SHA for 1c5297a
Makefile
@@ -6,7 +6,7 @@ DIR_SRC=./cmd/answer
6
DOCKER_CMD=docker
7
8
GO_ENV=CGO_ENABLED=0 GO111MODULE=on
9
-Revision=$(shell git rev-parse --short HEAD 2&>/dev/null || echo "")
+Revision=$(shell git rev-parse --short HEAD 2>/dev/null || echo "")
10
GO_FLAGS=-ldflags="-X github.com/apache/incubator-answer/cmd.Version=$(VERSION) -X 'github.com/apache/incubator-answer/cmd.Revision=$(Revision)' -X 'github.com/apache/incubator-answer/cmd.Time=`date +%s`' -extldflags -static"
11
GO=$(GO_ENV) $(shell which go)
12
0 commit comments