mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #18747 from tPl0ch/hotfix-env-var-not-set
Auto commit by PR queue bot
This commit is contained in:
commit
15a57daf75
@ -337,8 +337,8 @@ function find-release-tars() {
|
||||
|
||||
# This tarball is only used by Ubuntu Trusty.
|
||||
KUBE_MANIFESTS_TAR=
|
||||
if [[ "${OS_DISTRIBUTION}" == "trusty" ]]; then
|
||||
KUBE_MANIFESTS_TAR="${KUBE_ROOT}/server/kuernetes-manifests.tar.gz"
|
||||
if [[ "${KUBE_OS_DISTRIBUTION}" == "trusty" ]]; then
|
||||
KUBE_MANIFESTS_TAR="${KUBE_ROOT}/server/kubernetes-manifests.tar.gz"
|
||||
if [[ ! -f "${KUBE_MANIFESTS_TAR}" ]]; then
|
||||
KUBE_MANIFESTS_TAR="${KUBE_ROOT}/_output/release-tars/kubernetes-manifests.tar.gz"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user