mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #18822 from wojtek-t/unbound_os_distribution
Auto commit by PR queue bot
This commit is contained in:
commit
efc821a14c
@ -337,7 +337,7 @@ function find-release-tars() {
|
||||
|
||||
# This tarball is only used by Ubuntu Trusty.
|
||||
KUBE_MANIFESTS_TAR=
|
||||
if [[ "${KUBE_OS_DISTRIBUTION}" == "trusty" ]]; then
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user