aboutsummaryrefslogtreecommitdiff
path: root/jdkX-build-image.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-11 14:50:16 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-11 14:50:16 +0100
commite56e03814d28352c17cda7fd5add9c86160b0b26 (patch)
treed30535165dd1838d472c48604db6e1849011be2f /jdkX-build-image.yaml
parent0c4e4a5f1124a6f7628cc96e4bf6ee4f87d3c0ed (diff)
jdk: Update jobs to use jdk-cache-files2
After the failed attempt to use the jdk-cache-files jobs, we need to switch to jdk-cache-files2. Change-Id: If6fb386f501c5960be20860651f80a48926c5811
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 53798099..e3370e76 100644
--- a/jdkX-build-image.yaml
+++ b/jdkX-build-image.yaml
@@ -71,7 +71,7 @@
rm -rf jdk* primordial-jdk* build*
- cd ${HOME}/workspace/jdk-cache-files/jdk10
+ cd ${HOME}/workspace/jdk-cache-files2/jdk10
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}