mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Use correct path when installing go-bindata
This commit is contained in:
@@ -33,7 +33,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
|
|||||||
PATH="${GOBIN}:${PATH}"
|
PATH="${GOBIN}:${PATH}"
|
||||||
|
|
||||||
# Install tools we need, but only from vendor/...
|
# Install tools we need, but only from vendor/...
|
||||||
go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/...
|
go install k8s.io/kubernetes/vendor/github.com/go-bindata/go-bindata/go-bindata
|
||||||
|
|
||||||
# run the generation from the root directory for stable output
|
# run the generation from the root directory for stable output
|
||||||
pushd "${KUBE_ROOT}" >/dev/null
|
pushd "${KUBE_ROOT}" >/dev/null
|
||||||
|
Reference in New Issue
Block a user