mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-29 05:22:37 +00:00
Remove KUBE_GO_PACKAGE
Almost nobody should need it, and if you do, it should be an immediate smell.
This commit is contained in:
parent
5a96a56c80
commit
965341390f
@ -81,6 +81,7 @@ readonly LOCAL_OUTPUT_IMAGE_STAGING="${LOCAL_OUTPUT_ROOT}/images"
|
|||||||
# This is a symlink to binaries for "this platform" (e.g. build tools).
|
# This is a symlink to binaries for "this platform" (e.g. build tools).
|
||||||
readonly THIS_PLATFORM_BIN="${LOCAL_OUTPUT_ROOT}/bin"
|
readonly THIS_PLATFORM_BIN="${LOCAL_OUTPUT_ROOT}/bin"
|
||||||
|
|
||||||
|
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
|
||||||
readonly REMOTE_ROOT="/go/src/${KUBE_GO_PACKAGE}"
|
readonly REMOTE_ROOT="/go/src/${KUBE_GO_PACKAGE}"
|
||||||
readonly REMOTE_OUTPUT_ROOT="${REMOTE_ROOT}/_output"
|
readonly REMOTE_OUTPUT_ROOT="${REMOTE_ROOT}/_output"
|
||||||
readonly REMOTE_OUTPUT_SUBPATH="${REMOTE_OUTPUT_ROOT}/dockerized"
|
readonly REMOTE_OUTPUT_SUBPATH="${REMOTE_OUTPUT_ROOT}/dockerized"
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
# shellcheck disable=SC2034 # Variables sourced in other scripts.
|
# shellcheck disable=SC2034 # Variables sourced in other scripts.
|
||||||
|
|
||||||
# The golang package that we are building.
|
|
||||||
readonly KUBE_GO_PACKAGE=k8s.io/kubernetes
|
|
||||||
readonly KUBE_GOPATH="${KUBE_GOPATH:-"${KUBE_OUTPUT}/go"}"
|
readonly KUBE_GOPATH="${KUBE_GOPATH:-"${KUBE_OUTPUT}/go"}"
|
||||||
export KUBE_GOPATH
|
export KUBE_GOPATH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user