Merge pull request #27808 from david-mcmahon/kube-upstream
Automatic merge from submit-queue Move KUBE_GIT_UPSTREAM out of init.sh and into *-munge-docs.sh. It is only used in those 2 scripts and this way we can set the value dynamically. Clean up a bit too (80col, formatting)
This commit is contained in:
@@ -39,8 +39,6 @@ source "${KUBE_ROOT}/hack/lib/version.sh"
|
||||
source "${KUBE_ROOT}/hack/lib/golang.sh"
|
||||
source "${KUBE_ROOT}/hack/lib/etcd.sh"
|
||||
|
||||
KUBE_GIT_UPSTREAM="${KUBE_GIT_UPSTREAM:-upstream}"
|
||||
|
||||
KUBE_OUTPUT_HOSTBIN="${KUBE_OUTPUT_BINPATH}/$(kube::util::host_platform)"
|
||||
|
||||
# This emulates "readlink -f" which is not available on MacOS X.
|
||||
|
Reference in New Issue
Block a user