Robot: hide git output

This commit is contained in:
Priit Tamboom 2014-10-10 11:34:20 +03:00
parent 7ae49b3d2e
commit a77b9edc92

View file

@ -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