Remove apt-get update from Vagrantfile
It is already performed in run_tests.sh Change-Id: I453bc66d2c59511238ba4d2bd8054c54e6cdbd64
This commit is contained in:
parent
6c33995f3b
commit
f8751bc191
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…
Reference in New Issue
Block a user