From: mbeierl Date: Thu, 1 Jun 2017 14:30:39 +0000 (-0400) Subject: Fixing typo X-Git-Tag: opnfv-5.0.RC1~88 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F35665%2F1;p=storperf.git Fixing typo Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23 Signed-off-by: mbeierl --- diff --git a/ci/daily.sh b/ci/daily.sh index 4abc69d..10a06c5 100755 --- a/ci/daily.sh +++ b/ci/daily.sh @@ -27,7 +27,7 @@ export DISK_TYPE=${DISK_TYPE:-unspecified} # This is set by Jenkins, but if we are running manually, just use the # current hostname. -export POD_NAME={$NODE_NAME:-`hostname`} +export POD_NAME=${NODE_NAME:-`hostname`} git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng $WORKSPACE/ci/job/releng