aboutsummaryrefslogtreecommitdiff
path: root/jdkX-build-image.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-03 13:37:43 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-03 12:38:54 +0000
commit8416c6de6a8e7c3211661b6368357951250afe3e (patch)
treef159279ef70bfcdeaf79cb1f005624eae404bd68 /jdkX-build-image.yaml
parent2ea36ec5e7d3450f981d2e67ed3b6a7fc9c26799 (diff)
jdk: Fix typo, delete .tar.xz file, not .tar.gz
The build-image job for jdkX was trying to delete the wrong file. Change-Id: Idb2fcfd32aaf061da07faba770e08563b62da23c
Diffstat (limited to 'jdkX-build-image.yaml')
-rw-r--r--jdkX-build-image.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-build-image.yaml b/jdkX-build-image.yaml
index a423ff25..dbff98ad 100644
--- a/jdkX-build-image.yaml
+++ b/jdkX-build-image.yaml
@@ -80,7 +80,7 @@
tar -Jxf jdk*.tar.xz
# Bash 4.4 doesn't support cd with >1 parameter.
- rm jdk*.tar.gz
+ rm jdk*.tar.xz
cd ${WORKSPACE}/jdk*
export JAVA_HOME=${PWD}