Remove apt-get update in Vagranfile as we do it in run_test.sh
Change-Id: Ib7fccde5f33ed4c2252543e86ca9feb6a44326bf
This commit is contained in:
parent
14d2727c04
commit
aa236e0c82
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