aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-02-03 12:52:02 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-02-03 12:52:59 +0000
commit859fcc6c6001ab565597fed7edfe2162fc84580a (patch)
tree88c6fc5c383bf6861f941ae77d8d5267ac98c92d /tcwg-buildapp.yaml
parent33e73a9bc173701d9a97f73fd2b13cc9a5a785e4 (diff)
tcwg-buildapp: Use full absolute path for tcwg-buildapp.sh script.
Change-Id: I1e4d6b551fb98c093500f377bcc320fbbdc846fa
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 5eb4231e4d..a97e47e489 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -90,7 +90,7 @@
# Define session_host and session_port, install trap handler
. ./container.sh
- ${CONTAINER} ./tcwg-buildapp.sh ${toolchain_url} ${app} ${target}
+ ${CONTAINER} ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target}
publishers:
- email:
recipients: 'christophe.lyon@linaro.org'