X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flogs-deploy.sh;fp=shell%2Flogs-deploy.sh;h=aee1b813d1f511fa5282d28917429b814e008c23;hb=107653e3984456a58888a62a321253b77124e836;hp=359642adf1eb37982a9bff6e0202750e7d2087f9;hpb=25d30f63b445e6201acebb0a3284c6e770c64d60;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index 359642ad..aee1b813 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -13,7 +13,7 @@ echo "---> logs-deploy.sh" # Ensure we fail the job if any steps fail. set -eu -o pipefail -if [[ -z $LOGS_SERVER ]]; then +if [[ -z $"${LOGS_SERVER:-}" ]]; then echo "WARNING: Logging server not set" else nexus_url="${NEXUSPROXY:-$NEXUS_URL}"