mirror of https://github.com/istio/istio.io.git
This commit is contained in:
parent
dab58f289d
commit
c0fedc1aa4
|
@ -21,4 +21,7 @@ install/**
|
|||
samples/**
|
||||
|
||||
# contains the built artifacts
|
||||
out/**
|
||||
out/**
|
||||
|
||||
# contains cloned istio repository
|
||||
go/**
|
||||
|
|
|
@ -14,7 +14,7 @@ GOPATH ?= $(shell cd ${ISTIOIO_GO}/../../..; pwd)
|
|||
export GOPATH
|
||||
|
||||
# Set the directory for Istio source.
|
||||
ISTIO_GO ?= "${GOPATH}/src/istio.io/istio"
|
||||
ISTIO_GO ?= ${GOPATH}/src/istio.io/istio
|
||||
export ISTIO_GO
|
||||
|
||||
# If GOPATH is made up of several paths, use the first one for our targets in this Makefile
|
||||
|
|
Loading…
Reference in New Issue