mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
fix calling vagrant global-status
This commit is contained in:
parent
592a292847
commit
a8420817cb
1 changed files with 4 additions and 1 deletions
5
buildserver/Vagrantfile
vendored
5
buildserver/Vagrantfile
vendored
|
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
configfile = YAML.load_file('Vagrantfile.yaml')
|
require 'pathname'
|
||||||
|
|
||||||
|
srvpath = Pathname.new(File.dirname(__FILE__)).realpath
|
||||||
|
configfile = YAML.load_file(File.join(srvpath, "/Vagrantfile.yaml"))
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue