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>2019-03-29 14:24:10 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-03-29 14:24:10 +0300
commitb88c19f98b575f1ac85df01b902b4d4e8dd9dc17 (patch)
tree2b1fe3a94f646861e1b88c9d83196eba51a42a0d
parent702be9010e4091761830ef628a729cf960cd65ed (diff)
parent1ccba26c96eec33ab1c31d62079d48c0d58bbc9c (diff)
Merge branch 'prioritise-local-path' into 'master'
Prefer local binaries See merge request gitlab-org/gitaly!1160
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3772a585b..5150c474d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ MAKEGEN = $(BUILD_DIR)/makegen
# These variables are handed down to make in _build
export GOPATH := $(CURDIR)/$(BUILD_DIR)
-export PATH := $(PATH):$(GOPATH)/bin
+export PATH := $(GOPATH)/bin:$(PATH)
export TEST_REPO_STORAGE_PATH := $(CURDIR)/internal/testhelper/testdata/data
all: build