From b631a119f5700fb68edcce02de6816b671826a80 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Wed, 14 Feb 2018 00:07:23 +0100 Subject: [PATCH] quiet for push --- files/run_on_master.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/run_on_master.sh b/files/run_on_master.sh index c8d7a88..000b658 100644 --- a/files/run_on_master.sh +++ b/files/run_on_master.sh @@ -34,7 +34,7 @@ LC_ALL=ru_RU.UTF8 sort files/dictionary.dic -o files/dictionary.dic -f if ! git diff --quiet; then git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: dictionary rearrangement" - git push upstream HEAD:master + git push -q upstream HEAD:master echo "Dictionary was rearranged" fi @@ -43,6 +43,6 @@ bash update.sh > /dev/null 2>&1 if ! git diff --quiet; then git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: sync github pages" - git push upstream HEAD:gh-pages + git push -q upstream HEAD:gh-pages echo "Github pages was updated" fi