summaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-06-12 21:24:21 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-06-12 21:26:28 +0000
commitbebb5d627d228fb7c5aa1d180e3834ca8e7db52c (patch)
tree6fcf272f2a71c4032877131926bac5a46bb7238c /tcwg-buildfarm.sh
parent9bdf0ae32f50a78dc0e6af67a8612be5378a16db (diff)
tcwg-buildfarm.sh: Fix dry-run mode.
Save a dummy empty artifact to keep Jenkins happy. Change-Id: If317deb92870a82f209410024e83353d423bd138
Diffstat (limited to 'tcwg-buildfarm.sh')
-rwxr-xr-xtcwg-buildfarm.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-buildfarm.sh b/tcwg-buildfarm.sh
index e3d7e676..0d92c8b9 100755
--- a/tcwg-buildfarm.sh
+++ b/tcwg-buildfarm.sh
@@ -137,6 +137,8 @@ if [ $result -ne 0 ]; then
fi
if $dryrun; then
+ # Keep Jenkins happy
+ touch artifacts/dryrun.txt
exit 0
fi