summaryrefslogtreecommitdiffstats
path: root/ci/daily.sh
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-06-01 10:30:39 -0400
committermbeierl <mark.beierl@dell.com>2017-06-01 10:30:39 -0400
commit73ae1dae45a61926588ad16866721a0cf03f0ff7 (patch)
tree18297b6fe18f877fd71839b83cd626869612489b /ci/daily.sh
parente827181f80d6ffb2e90b1f8dd53061a2d92be7ba (diff)
Fixing typo
Change-Id: I40a2367de22afe4db46c7da7d774f0e646cb8a23 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'ci/daily.sh')
-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