Commit 1d4a1ab1 authored by Sen Lu's avatar Sen Lu Committed by Jeff Grafton

make integration/verify script look for k8s under GOPATH

parent 598a0198
......@@ -47,7 +47,7 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
cd "${GOPATH}/src/k8s.io/kubernetes"
make generated_files
go install ./cmd/...
......
......@@ -38,6 +38,6 @@ export ARTIFACTS_DIR=${WORKSPACE}/artifacts
export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
cd "${GOPATH}/src/k8s.io/kubernetes"
make verify
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment