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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89b8a5c8a..4c25507b8 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ MAKEGEN = $(BUILD_DIR)/makegen
# These variables are handed down to make in _build
export PATH := $(BUILD_DIR)/bin:$(PATH)
-export TEST_REPO_STORAGE_PATH := $(CURDIR)/internal/testhelper/testdata/data
export SOURCE_DIR := $(CURDIR)
export GO111MODULE = on