mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +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 "$(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue