aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-kernel-matrix.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2015-10-28 04:13:43 -0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2015-10-28 04:13:43 -0200
commit790d2ca4276d282c269eedd5584bbfc783bea496 (patch)
tree6c22bb47602c25f0ed683af303166d77a153de70 /96boards-reference-kernel-matrix.yaml
parentfad371a1e4223a4c6c5540ee3f9691cd36eb9e4d (diff)
96boards-reference-kernel-matrix: fixing unset call
Change-Id: Icf7465590f9f2057cd23131a3ab9fcf43a5e83f0 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-kernel-matrix.yaml')
-rw-r--r--96boards-reference-kernel-matrix.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/96boards-reference-kernel-matrix.yaml b/96boards-reference-kernel-matrix.yaml
index 617e42cdef..cc8456a9d2 100644
--- a/96boards-reference-kernel-matrix.yaml
+++ b/96boards-reference-kernel-matrix.yaml
@@ -84,7 +84,7 @@
git clone -b ${KERNEL_BRANCH} --depth 1 ${KERNEL_URL} linux
cd linux
export JENKINS_WORKSPACE=${WORKSPACE}
- unset ${WORKSPACE}
+ unset WORKSPACE
# Export the kernel packaging version
kernel_version=`make kernelversion`
@@ -95,7 +95,7 @@
rm -rf lci-build-tools
git clone --depth 1 http://git.linaro.org/ci/lci-build-tools.git
bash -x lci-build-tools/jenkins_kernel_build_inst
- unset ${WORKSPACE}
+ unset WORKSPACE
export WORKSPACE=${JENKINS_WORKSPACE}
# Final preparation for publishing