aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-11 16:43:31 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-11 16:43:31 +0100
commitc8655d8213735a279a42f4a5b5e0d49073c2feee (patch)
tree136aebcc72e40e4c84b418b0de1570c1d7fa1eb2 /tcwg-llvm-release.yaml
parentc3e7913f5c3a953a4e5be83fc8af8e9254b4d964 (diff)
tcwg-llvm-release.yaml: Fix copy&paste builder script
Copied from a different job, now it's the same as the other LLVM scripts. Change-Id: I925bb8e16241cb5085fe81ecf1dcd41682dff215
Diffstat (limited to 'tcwg-llvm-release.yaml')
-rw-r--r--tcwg-llvm-release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-release.yaml b/tcwg-llvm-release.yaml
index 3561e68908..99162ff5fa 100644
--- a/tcwg-llvm-release.yaml
+++ b/tcwg-llvm-release.yaml
@@ -88,7 +88,7 @@
build_container_tag=${build_container_tag}
# Start build container
- builder=$(./jenkins-scripts/nodename2hostname.sh $NODE_NAME)
+ builder=$(${WORKSPACE}/nodename2hostname.sh $NODE_NAME)
bash ${WORKSPACE}/start-container-docker.sh --arch ${builder_arch} --distro ${build_container_tag} --session-host ${builder} --weight ${weight} > build-container.sh
# Define CONTAINER, CONTAINER_CLEANUP, session_host and session_port