mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Merge pull request #84593 from mm4tt/benchmark_dockerized_gopath
Don't use hardcoded /go GOPATH in benchmark-dockerized.sh
This commit is contained in:
commit
7341803597
@ -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