Merge "Remove apt update from Vagrantfile"

This commit is contained in:
Jenkins 2016-08-20 14:41:15 +00:00 committed by Gerrit Code Review
commit 3cce4c9a36
1 changed files with 1 additions and 2 deletions

3
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
end