mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Get rid of globals.sh
This commit is contained in:
1
tests/vagrant/vanilla/Vagrantfile
vendored
1
tests/vagrant/vanilla/Vagrantfile
vendored
@@ -11,7 +11,6 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.define "vanilla" do |m1|
|
||||
m1.vm.provision :shell, :inline => <<-SH
|
||||
cd /mailinabox
|
||||
source tests/vagrant/globals.sh || exit 1
|
||||
export PRIMARY_HOSTNAME=vanilla.local
|
||||
export FEATURE_MUNIN=false
|
||||
tests/system-setup/vanilla.sh
|
||||
|
||||
Reference in New Issue
Block a user