mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
make integration/verify script look for k8s under GOPATH
This commit is contained in:
parent
9f40607ea7
commit
ea4320681f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user