Merge "Remove apt-get update from Vagrantfile"

This commit is contained in:
Jenkins 2016-09-12 21:05:31 +00:00 committed by Gerrit Code Review
commit f3ee697053

1
Vagrantfile vendored
View File

@ -7,7 +7,6 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: <<-SHELL
sudo su -
cd /vagrant
apt-get update
./run_tests.sh
SHELL
end