Use correct path when installing go-bindata

This commit is contained in:
li-ang 2020-03-20 20:46:37 +08:00
parent 3754aa1f27
commit fe0f38839a

View File

@ -33,7 +33,7 @@ export GOBIN="${KUBE_OUTPUT_BINPATH}"
PATH="${GOBIN}:${PATH}"
# 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
pushd "${KUBE_ROOT}" >/dev/null