Remove apt update from Vagrantfile
Its now done in run_tests.sh which is run by the Vagrant provisioner Change-Id: I8a6588c74b010b682e6d187a07a75cbf91e8c900
This commit is contained in:
parent
ca4c887d9d
commit
60bac9e630
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user