Merge "Remove apt update from Vagrantfile"

This commit is contained in:
Jenkins 2016-08-20 14:46:20 +00:00 committed by Gerrit Code Review
commit 545ffcc3f2
1 changed files with 1 additions and 2 deletions

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