aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-release.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-11 15:36:51 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-11 15:37:49 +0100
commit99a147bb65c34e7b5b67ec8323bbe6babfe84256 (patch)
treea634aed84db7fd6dec5548a618df113bf3315b5b /jdk8-build-release.yaml
parentc73dfff885298da1ce84197ffdf2dfbdc0abb1c4 (diff)
jdk: Fix location of cached files.
jdk-cache-files2 places files under: workspace/jdk-cache-files2/node/$NODE_NAME/ and not workspace/jdkcache-files2 Change-Id: I6ab410faabd674f49965b34b7f03a64e8f0acf9c
Diffstat (limited to 'jdk8-build-release.yaml')
-rw-r--r--jdk8-build-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdk8-build-release.yaml b/jdk8-build-release.yaml
index 07da19bb..562eec71 100644
--- a/jdk8-build-release.yaml
+++ b/jdk8-build-release.yaml
@@ -88,7 +88,7 @@
# Setup archive directory
mkdir out
- cd ${HOME}/workspace/jdk-cache-files2/jdk8
+ cd ${HOME}/workspace/jdk-cache-files2/node/${NODE_NAME}/jdk8
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}