mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
jenkins-build-all: error msg when buildserver VM not found
This commit is contained in:
parent
b254472a99
commit
8b17076525
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ export VAGRANT_HOME=$SETUP_WORKSPACE/vagrant.d
|
|||
|
||||
# make sure we have the right buildserver paths and its ready for use
|
||||
vagrant global-status \
|
||||
| grep -F -e reproducible_setup_fdroid_build_environment -o -e fdroiddata/builder
|
||||
| grep -F -e reproducible_setup_fdroid_build_environment -o -e fdroiddata/builder \
|
||||
|| (echo ERROR no buildserver VM found, exiting; exit 1)
|
||||
|
||||
# the way we handle jenkins slaves doesn't copy the workspace to the slaves
|
||||
# so we need to "manually" clone the git repo here…
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue