aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-02-07 09:55:06 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-02-07 09:59:20 +0000
commitbf5fd64d7112fa065ecadd1f37ee9b2b7cb0cf49 (patch)
tree3a5c6b8ed2086058f05058b21461157341f4e803
parent11091b70007a02ffcd48c02a833cd8fa918a9b1d (diff)
tcwg-buildapp: Build in WORKSPACE.
When connecting to a docker container via ssh, the build starts in $HOME, so cd $WORKSPACE before starting the build. Change-Id: I3c7733b5919a8c344c7b9cb5a230caa36f4f1a36
-rw-r--r--tcwg-buildapp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 45ded60b70..15ee5cf5a5 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} ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target}
+ ${CONTAINER} "cd ${WORKSPACE} && ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target}"
publishers:
- email:
recipients: 'christophe.lyon@linaro.org'