Skip to content

Commit

Permalink
retain KUBE_GOPATH on recursive kube::golang
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 21, 2023
1 parent 4d736a0 commit 63d44fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

# The golang package that we are building.
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
readonly KUBE_GOPATH="${KUBE_OUTPUT}/go"
readonly KUBE_GOPATH="${KUBE_GOPATH:-"${KUBE_OUTPUT}/go"}"
export KUBE_GOPATH

# The server platform we are building on.
readonly KUBE_SUPPORTED_SERVER_PLATFORMS=(
Expand Down

0 comments on commit 63d44fd

Please sign in to comment.