aboutsummaryrefslogtreecommitdiff
path: root/jdkX-ci-build.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-ci-build.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-ci-build.yaml')
-rw-r--r--jdkX-ci-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index 4ede4ca7..d7f1e10f 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -56,7 +56,7 @@
rm -rf jdk* primordial-jdk* build*
tar xJf jtreg-build-4.2.0-SNAPSHOT.tar.xz
- cd ${HOME}/workspace/jdk-cache-files/jdk10
+ cd ${HOME}/workspace/jdk-cache-files2/jdk10
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}