X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flogs-deploy.sh;h=a00f0a7aa03a161cf9db68174b3734623293d8c6;hb=refs%2Fchanges%2F75%2F15675%2F8;hp=eae48951f778b6cfbd4193021ba31bd3aa0a5c26;hpb=cfe54b794b3814f288009b796e82668ba8846ca1;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index eae48951..a00f0a7a 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}"