From 52aacdde66b51afdac6281fea8b86172eed58505 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Wed, 26 Feb 2014 15:45:06 +1000 Subject: [PATCH] Removed bundle install from Rakefile for TeamCity --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9f9c5c67b..44f2bd98d 100644 --- a/Rakefile +++ b/Rakefile @@ -46,7 +46,7 @@ task :msf => ["install", "msf_install"] do end task :install do - sh "export BEEF_TEST=true;bundle install" + sh "export BEEF_TEST=true" end ################################