Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-06-14 23:24:46 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-06-14 23:24:46 +0300
commit3d2a8a9acc11b4cdcc76276e077a0affe947fc8d (patch)
tree03bba4f46e04a23f276f55422872426abb6d0d40
parent12e6ca4888f440d1418cf9e9e755ebf6a255656a (diff)
Remove VERSION definition from Makefilemake-run
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a35e7db6..0f85c1df2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ BIN_BUILD_DIR=${BUILD_DIR}/_build/bin
PKG_BUILD_DIR:=${BUILD_DIR}/_build/src/${PKG}
CMDS:=$(shell cd cmd && ls)
TEST_REPO=internal/testhelper/testdata/data/gitlab-test.git
-VERSION=$(shell git describe)-$(shell date -u +%Y%m%d.%H%M%S)
export GOPATH=${BUILD_DIR}/_build
export GO15VENDOREXPERIMENT=1