From a5da60a9df487c6614d0f2b06db465f43154086b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 20 May 2015 19:32:36 +0200 Subject: [PATCH] don't set GIT_SHA in build script --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 2bb96e5..b94d708 100755 --- a/build +++ b/build @@ -11,7 +11,7 @@ ln -s ${PWD} $GOPATH/src/${REPO_PATH} eval $(go env) -GIT_SHA=`git rev-parse --short HEAD` +#GIT_SHA=`git rev-parse --short HEAD` # Static compilation is useful when etcd is run in a container CGO_ENABLED=0 go build -a -installsuffix cgo -ldflags "-s -X ${REPO_PATH}/version.GitSHA ${GIT_SHA}" -o bin/etcd ${REPO_PATH} -- 1.9.3