From 51cb64fdf9b4b50a8957e3790012d72da9cd6321 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Fri, 19 Aug 2016 15:25:19 -0400 Subject: [PATCH] Remove apt update from Vagrantfile Its now done in run_tests.sh which is run by the Vagrant provisioner Change-Id: I06d1ac0894e928594d3f24f80e891b61c7894c76 --- Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index d09fc560..54f0e352 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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 \ No newline at end of file +end