1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-18 19:11:29 +00:00

quiet for push

This commit is contained in:
Evgeniy Sokolov 2018-02-14 00:07:23 +01:00
parent 2dde020bb1
commit b631a119f5

View File

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