From a77b9edc92340395c457daa9c1593d36f0033f35 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Fri, 10 Oct 2014 11:34:20 +0300 Subject: [PATCH] Robot: hide git output --- bin/robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/robot b/bin/robot index 1fe724455..c463b1bc0 100755 --- a/bin/robot +++ b/bin/robot @@ -8,8 +8,8 @@ set -o pipefail # cd to Rails root directory cd "$(dirname "$0")"; cd .. -git pull origin master -git reset --hard +git pull origin master &> /dev/null +git reset --hard &> /dev/null unset GIT_DIR GIT_WORK_TREE # run rubocop