diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2017-05-04 18:37:13 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2017-05-04 18:38:48 +0000 |
commit | 08edaa4ee7ea1a12f15d98330e6214aa081c559d (patch) | |
tree | bf023ee29bda1472e881c1ae2b1240ba3ad250d3 /tcwg-buildapp.yaml | |
parent | b0f5c7ca75450373df7c48eeede3fc1b6d7fd492 (diff) | |
download | configs-08edaa4ee7ea1a12f15d98330e6214aa081c559d.tar.gz |
tcwg-buildapp: Harcode boot=false parameter.
Until we merge with the experimental job, otherwise the
script complains because of the missing parameter.
Change-Id: I367415bcf7ad802923d581b19561166a4d6d0c4e
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r-- | tcwg-buildapp.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml index eb2b71180..72af3ed26 100644 --- a/tcwg-buildapp.yaml +++ b/tcwg-buildapp.yaml @@ -102,7 +102,8 @@ trap "${CONTAINER_CLEANUP}" EXIT - ${CONTAINER} "cd ${WORKSPACE} && ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target} ${linux_repo} ${linux_branch}" + boot=false # Temporarily hardcoded, until merged with the experimental job tcwg-buildapp-christophe + ${CONTAINER} "cd ${WORKSPACE} && ${WORKSPACE}/tcwg-buildapp.sh ${toolchain_url} ${app} ${target} ${boot} ${linux_repo} ${linux_branch}" publishers: - email: recipients: 'christophe.lyon@linaro.org' |