mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Don't use hardcoded /go GOPATH in benchmark-dockerized.sh
This commit is contained in:
parent
b6bf0d6d8e
commit
68aebb4899
@ -49,7 +49,7 @@ export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
|
|||||||
export FULL_LOG="true"
|
export FULL_LOG="true"
|
||||||
|
|
||||||
mkdir -p "${ARTIFACTS}"
|
mkdir -p "${ARTIFACTS}"
|
||||||
cd /go/src/k8s.io/kubernetes
|
cd "${GOPATH}/src/k8s.io/kubernetes"
|
||||||
|
|
||||||
./hack/install-etcd.sh
|
./hack/install-etcd.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user