From a2de73c1d6d66bb9624e192d95c6a540cf31b6f7 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 1 Jun 2017 10:30:39 -0400 Subject: Fixing typo Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23 Signed-off-by: mbeierl (cherry picked from commit 73ae1dae45a61926588ad16866721a0cf03f0ff7) --- ci/daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg