mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Robot: hide git output
This commit is contained in:
parent
7ae49b3d2e
commit
a77b9edc92
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ set -o pipefail
|
||||||
# cd to Rails root directory
|
# cd to Rails root directory
|
||||||
cd "$(dirname "$0")"; cd ..
|
cd "$(dirname "$0")"; cd ..
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master &> /dev/null
|
||||||
git reset --hard
|
git reset --hard &> /dev/null
|
||||||
unset GIT_DIR GIT_WORK_TREE
|
unset GIT_DIR GIT_WORK_TREE
|
||||||
|
|
||||||
# run rubocop
|
# run rubocop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue