Merge "Remove apt update from Vagrantfile"

This commit is contained in:
Jenkins 2016-08-20 14:39:18 +00:00 committed by Gerrit Code Review
commit e7269916ca
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

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