aboutsummaryrefslogtreecommitdiff
path: root/tcwg-trigger-buildapp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-06-29 18:47:12 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-06-29 18:47:12 +0200
commitc7cdebeec329639776222e463cb499b25c57a890 (patch)
tree7505306e26b674871771fd1368ff1c3d7a8fe878 /tcwg-trigger-buildapp.yaml
parentd60d1cb4287252eb786921275d38c598d51bf2da (diff)
tcwg-trigger-buildapp: Fix buildapp.properties
Change-Id: Ie02e29ab133914ae41ac757bc9544fd4c686933a
Diffstat (limited to 'tcwg-trigger-buildapp.yaml')
-rw-r--r--tcwg-trigger-buildapp.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcwg-trigger-buildapp.yaml b/tcwg-trigger-buildapp.yaml
index 080f4f69..8d5dfe5d 100644
--- a/tcwg-trigger-buildapp.yaml
+++ b/tcwg-trigger-buildapp.yaml
@@ -60,20 +60,20 @@
echo -n "app_list=" > buildapp.properties
if $gcc; then
- echo -n gcc >> buildapp.properties
+ echo -n "gcc " >> buildapp.properties
fi
if $linux; then
- echo -n linux >> buildapp.properties
+ echo -n "linux " >> buildapp.properties
fi
# New line for next variable:
echo >> buildapp.properties
- echo -n "target_list=" > buildapp.properties
+ echo -n "target_list=" >> buildapp.properties
if $arm_linux_gnueabihf; then
- echo -n arm-linux-gnueabihf >> buildapp.properties
+ echo -n "arm-linux-gnueabihf " >> buildapp.properties
fi
if $aarch64_linux_gnu; then
- echo -n aarch64-linux-gnu >> buildapp.properties
+ echo -n "aarch64-linux-gnu " >> buildapp.properties
fi
cat buildapp.properties
- trigger-builds: