Remove gopath from builds 15/94715/1
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Fri, 30 Aug 2019 22:09:43 +0000 (15:09 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Fri, 30 Aug 2019 22:09:53 +0000 (15:09 -0700)
Remove gopath from builds as go mod
does not require them.

Issue-ID: MULTICLOUD-666
Change-Id: I3fa4057fb4d40c7f509a52fb82beceddc8f3e090
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
src/k8splugin/Makefile
src/monitor/Makefile

index 5544994..bc5f095 100644 (file)
@@ -7,9 +7,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-GOPATH := $(shell realpath "$(PWD)/../../")
-
-export GOPATH ...
 export GO111MODULE=on
 
 .PHONY: plugins
index b783bf6..8c6a851 100644 (file)
@@ -8,11 +8,9 @@
 ##############################################################################
 
 PWD := $(shell pwd)
-GOPATH := $(shell realpath "$(PWD)/../../")
 PLATFORM := linux
 BINARY := monitor
 
-export GOPATH ...
 export GO111MODULE=on
 
 all: test build