mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
make integration/verify script look for k8s under GOPATH
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user