From 128d169ea96071a7c169d5087a03858e87fc7b95 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 12:07:20 +0300 Subject: [PATCH] robot: hide more output --- bin/robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/robot b/bin/robot index 1f606ec01..429a8c38f 100755 --- a/bin/robot +++ b/bin/robot @@ -21,7 +21,7 @@ git pull origin master &> /dev/null git reset --hard &> /dev/null unset GIT_DIR GIT_WORK_TREE -bundle install +bundle install &> /dev/null RAILS_ENV=test bundle exec rake db:drop RAILS_ENV=test bundle exec rake db:create