Remove apt-get update in Vagranfile as we do it in run_test.sh

Change-Id: Ib7fccde5f33ed4c2252543e86ca9feb6a44326bf
This commit is contained in:
Cuong Nguyen 2017-02-16 10:26:37 +07:00
parent 14d2727c04
commit aa236e0c82

1
Vagrantfile vendored
View File

@ -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