From da05c6b45182f2e7a2d6d5cafc1d79fdfdd757dd Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 16 Mar 2015 13:06:35 +0200 Subject: [PATCH] Updated robot script --- bin/robot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/robot b/bin/robot index 13ef239df..943b44a90 100755 --- a/bin/robot +++ b/bin/robot @@ -22,8 +22,10 @@ cp config/database-robot.yml config/database.yml # Under jenkins admin interface use rbenv-plugin wrapper # rbenv does not have bundler by default if echo gem list --local bundler | grep -q "bundler" - then echo '' - else gem install bundler + then echo 'bundler ok: already installed' + else + echo 'Installing bundler...' + gem install bundler fi bundle install