jenkins-build-all: don't fail if max build limit caused no builds

This commit is contained in:
Hans-Christoph Steiner 2018-01-11 23:25:24 +01:00
parent ee89468818
commit 846a8c68c4
1 changed files with 4 additions and 2 deletions

View File

@ -91,5 +91,7 @@ fi
$WORKSPACE/fdroid build --verbose --latest --no-tarball --all $wikiflag
vagrant global-status
cd builder
vagrant status
if [ -d builder ]; then
cd builder
vagrant status
fi