Merge "Remove apt update from Vagrantfile"
This commit is contained in:
commit
3cd4fad2d4
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -7,7 +7,6 @@ Vagrant.configure(2) do |config|
|
|||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
sudo su -
|
sudo su -
|
||||||
cd /vagrant
|
cd /vagrant
|
||||||
apt-get update
|
|
||||||
./run_tests.sh
|
./run_tests.sh
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user