mirror of
https://github.com/ru-de/faq.git
synced 2024-11-09 12:11:02 +00:00
quiet for push
This commit is contained in:
parent
2dde020bb1
commit
b631a119f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user