Skip to content

Commit

Permalink
Don't use hardcoded /go GOPATH in benchmark-dockerized.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mm4tt committed Oct 31, 2019
1 parent b6bf0d6 commit 68aebb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/benchmark-dockerized.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export ARTIFACTS=${ARTIFACTS:-"${WORKSPACE}/artifacts"}
export FULL_LOG="true"

mkdir -p "${ARTIFACTS}"
cd /go/src/k8s.io/kubernetes
cd "${GOPATH}/src/k8s.io/kubernetes"

./hack/install-etcd.sh

Expand Down

0 comments on commit 68aebb4

Please sign in to comment.