aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp-christophe.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-20 09:38:29 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-20 12:57:16 +0000
commitf7741113d3bdf63bf87435efd8da1783801865a2 (patch)
treef253ed322e5772ee219db060b3faab5f8b6b7f63 /tcwg-buildapp-christophe.yaml
parentd55779ca6edce357d12ab7ee2d2a0370c6de8374 (diff)
tcwg-*: Remove ssh-agent workaround
Change-Id: Ia54509e922fcf067897833133f40eb4a8c75d0ae
Diffstat (limited to 'tcwg-buildapp-christophe.yaml')
-rw-r--r--tcwg-buildapp-christophe.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcwg-buildapp-christophe.yaml b/tcwg-buildapp-christophe.yaml
index 67ba2f2f9f..12e69c22c6 100644
--- a/tcwg-buildapp-christophe.yaml
+++ b/tcwg-buildapp-christophe.yaml
@@ -119,11 +119,7 @@
# Define CONTAINER, CONTAINER_CLEANUP, session_host and session_port
. ./container.sh
- if [ x"${SSH_AGENT_CLEANUP}" = x ]; then
- trap "${CONTAINER_CLEANUP}" EXIT
- else
- trap "${CONTAINER_CLEANUP} ; eval \`${SSH_AGENT_CLEANUP}\`" EXIT
- fi
+ trap "${CONTAINER_CLEANUP}" EXIT
env | egrep 'LAVA|BUILD_NUMBER|PUBLISH_TOKEN' > .env
${CONTAINER} "cd ${WORKSPACE} && ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target} ${boot} ${linux_repo} ${linux_branch}"