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