mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 12:36:01 +03:00
Shuffled testing scripts out of Vagrant folder and into their own space.
This commit is contained in:
parent
63ff9c9d3b
commit
e6eb65fbd5
@ -29,7 +29,7 @@ fi
|
||||
|
||||
# Setup Email
|
||||
|
||||
/bin/bash /vagrant/ResetMail.sh
|
||||
/bin/bash /resources/Scripts/ResetMail.sh
|
||||
|
||||
|
||||
echo 'Environment has been provisioned'
|
3
tests/vagrant/Initialize.sh
Normal file
3
tests/vagrant/Initialize.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/bin/bash /resources/Scripts/Provision.sh
|
2
tests/vagrant/Vagrantfile
vendored
2
tests/vagrant/Vagrantfile
vendored
@ -8,7 +8,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
|
||||
config.vm.box = "precise64"
|
||||
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
|
||||
config.vm.provision "shell", path: "Provision.sh"
|
||||
config.vm.provision "shell", path: "Initialize.sh"
|
||||
config.vm.hostname = "tedivm.com"
|
||||
config.vm.network :private_network, ip: "172.31.1.2"
|
||||
config.vm.synced_folder "../resources", "/resources"
|
||||
|
Loading…
Reference in New Issue
Block a user