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