summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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