mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-17 14:38:07 -04:00
fix calling vagrant global-status
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
592a292847
commit
a8420817cb
5
buildserver/Vagrantfile
vendored
5
buildserver/Vagrantfile
vendored
@@ -1,6 +1,9 @@
|
||||
|
||||
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|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user