mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Fix verify-spelling for workspaces
This commit is contained in:
parent
032dd890a5
commit
1c3e701e0c
@ -25,6 +25,8 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
|||||||
export KUBE_ROOT
|
export KUBE_ROOT
|
||||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||||
|
|
||||||
|
kube::golang::setup_env
|
||||||
|
|
||||||
# Ensure that we find the binaries we build before anything else.
|
# Ensure that we find the binaries we build before anything else.
|
||||||
export GOBIN="${KUBE_OUTPUT_BIN}"
|
export GOBIN="${KUBE_OUTPUT_BIN}"
|
||||||
PATH="${GOBIN}:${PATH}"
|
PATH="${GOBIN}:${PATH}"
|
||||||
|
Loading…
Reference in New Issue
Block a user