aboutsummaryrefslogtreecommitdiff
path: root/jdkX-build-release.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-05 09:33:33 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-05 14:02:10 +0100
commitc875e099c3f959995a1237c084b28e2fb3321eb2 (patch)
treee83636437ca974d1e0051bdafe977bf3db4d3b98 /jdkX-build-release.yaml
parent78a4f3f8b45f16400197f7e99936af4aee29802b (diff)
jdk: Fixup location of boot jdks
The project for boot jdks was changed. Fixup the jobs to use correct boot jdk location. Change-Id: I8a5c867a482a73000ae12650de0a6dfa0defc40e
Diffstat (limited to 'jdkX-build-release.yaml')
-rw-r--r--jdkX-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-build-release.yaml b/jdkX-build-release.yaml
index 0c462da106..e75e0a832f 100644
--- a/jdkX-build-release.yaml
+++ b/jdkX-build-release.yaml
@@ -76,7 +76,7 @@
rm -rf jdk* primordial-jdk* build*
- cd ${HOME}/workspace/jdk-boot-jdk/jdk10
+ cd ${HOME}/workspace/jdk-cache-files/jdk10
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}