mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
scan vm provider again after re-creating builder vm
This commit is contained in:
parent
c54e0565d7
commit
ce3c959ce5
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@ def get_clean_vm(reset=False):
|
|||
retcode, _ = vagrant(['up'], cwd='builder')
|
||||
if retcode != 0:
|
||||
raise BuildException("Failed to start build server")
|
||||
provider = get_vm_provider()
|
||||
|
||||
# Open SSH connection to make sure it's working and ready...
|
||||
logging.info("Connecting to virtual machine...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue