Remove apt update from Vagrantfile
Its now done in run_tests.sh which is run by the Vagrant provisioner Change-Id: Iec89c33d0c6a00c9347ee3f00f9b0c01f3068631
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