From aa236e0c82d03e9457f61230a8ba185ba932b82f Mon Sep 17 00:00:00 2001 From: Cuong Nguyen Date: Thu, 16 Feb 2017 10:26:37 +0700 Subject: [PATCH] Remove apt-get update in Vagranfile as we do it in run_test.sh Change-Id: Ib7fccde5f33ed4c2252543e86ca9feb6a44326bf --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1fae10c..6b92f5b 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