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