mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix ginko-e2e.sh
This commit is contained in:
parent
025a850801
commit
c3ff36931b
@ -77,7 +77,7 @@ export KUBECTL KUBE_CONFIG_FILE
|
||||
source "${KUBE_ROOT}/cluster/kube-env.sh"
|
||||
|
||||
# ---- Do cloud-provider-specific setup
|
||||
if [[ -z "$AUTH_CONFIG" ]]; then
|
||||
if [[ -z "${AUTH_CONFIG:-}" ]]; then
|
||||
echo "Setting up for KUBERNETES_PROVIDER=\"${KUBERNETES_PROVIDER}\"."
|
||||
|
||||
source "${KUBE_VERSION_ROOT}/cluster/${KUBERNETES_PROVIDER}/util.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user