summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-06-01 10:30:39 -0400
committerMark Beierl <mark.beierl@dell.com>2017-06-01 14:35:43 +0000
commita2de73c1d6d66bb9624e192d95c6a540cf31b6f7 (patch)
tree9c954307b28166d353e737a023c7ab75c2c30069
parent19ed8042ad6be0949006b1d4a825e48d808caf56 (diff)
Fixing typo
Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit 73ae1dae45a61926588ad16866721a0cf03f0ff7)
-rwxr-xr-xci/daily.sh2
1 files changed, 1 insertions, 1 deletions
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