diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2019-09-03 17:17:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-03 17:17:15 +0000 |
commit | dab5b03121141db88b20f4928e33a81943714536 (patch) | |
tree | 22ffd820a91ad14e3ba51ffc2618fd8de0d28476 /src | |
parent | e1cee550a0d324ff3dace63682514578ff081a23 (diff) | |
parent | c80008bbfefde45d95af42e96ae1484c366edd89 (diff) |
Merge "Remove gopath from builds"
Diffstat (limited to 'src')
-rw-r--r-- | src/k8splugin/Makefile | 3 | ||||
-rw-r--r-- | src/monitor/Makefile | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile index 55449947..bc5f0950 100644 --- a/src/k8splugin/Makefile +++ b/src/k8splugin/Makefile @@ -7,9 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -GOPATH := $(shell realpath "$(PWD)/../../") - -export GOPATH ... export GO111MODULE=on .PHONY: plugins diff --git a/src/monitor/Makefile b/src/monitor/Makefile index b783bf63..8c6a851f 100644 --- a/src/monitor/Makefile +++ b/src/monitor/Makefile @@ -8,11 +8,9 @@ ############################################################################## PWD := $(shell pwd) -GOPATH := $(shell realpath "$(PWD)/../../") PLATFORM := linux BINARY := monitor -export GOPATH ... export GO111MODULE=on all: test build |