This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git
The following commit(s) were added to refs/heads/kezhenxu94-patch-1 by this
push:
new d7f6e9e Update Makefile
d7f6e9e is described below
commit d7f6e9e8c50d497df949454fd85022c26e704f5b
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Aug 13 15:04:44 2021 +0800
Update Makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f088f64..6b1cb16 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ARCH := $(shell uname)
OSNAME := $(if $(findstring Darwin,$(ARCH)),darwin,linux)
HUB ?= docker.io/apache
-WORKSPACE_PATH=/github/workspace
+WORKSPACE_PATH ?= /github/workspace
GO := GO111MODULE=on go
GO_PATH = $(shell $(GO) env GOPATH)