mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 10:40:29 +03:00
use configured vm provider in when calling destroy in makebuildserver
This commit is contained in:
parent
a414aa00ff
commit
4347c10d9d
2 changed files with 2 additions and 2 deletions
|
|
@ -483,7 +483,7 @@ def main():
|
|||
tail = fdroidserver.tail.Tail(logfilename)
|
||||
tail.start()
|
||||
|
||||
vm = fdroidserver.vmtools.get_build_vm(serverdir)
|
||||
vm = fdroidserver.vmtools.get_build_vm(serverdir, provider=config['vm_provider'])
|
||||
if options.clean:
|
||||
vm.destroy()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue