mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
jenkins-build-all: don't fail if max build limit caused no builds
This commit is contained in:
parent
ee89468818
commit
846a8c68c4
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue