Remove apt update from Vagrantfile
Its now done in run_tests.sh which is run by the Vagrant provisioner Change-Id: I0ad73223832b5ada0d0e75e911bddb5871610725
This commit is contained in:
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@@ -3,7 +3,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
|
||||
|
Reference in New Issue
Block a user