mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 18:32:19 +00:00
fix commit
This commit is contained in:
parent
5735fbca3d
commit
ae7647cb12
@ -33,7 +33,7 @@ git checkout upstream/master -q
|
|||||||
LC_ALL=ru_RU.UTF8 sort files/dictionary.dic -o files/dictionary.dic -f
|
LC_ALL=ru_RU.UTF8 sort files/dictionary.dic -o files/dictionary.dic -f
|
||||||
|
|
||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
git commit -q --message "Travis #$TRAVIS_BUILD_NUMBER: dictionary rearrangement"
|
git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: dictionary rearrangement"
|
||||||
git push
|
git push
|
||||||
echo "Dictionary was rearranged"
|
echo "Dictionary was rearranged"
|
||||||
fi
|
fi
|
||||||
@ -42,7 +42,7 @@ git checkout upstream/gh-pages
|
|||||||
bash update.sh
|
bash update.sh
|
||||||
|
|
||||||
if ! git diff --quiet; then
|
if ! git diff --quiet; then
|
||||||
git commit -q --message "Travis #$TRAVIS_BUILD_NUMBER: sync github pages"
|
git commit -q -am "Travis #$TRAVIS_BUILD_NUMBER: sync github pages"
|
||||||
git push
|
git push
|
||||||
echo "Github pages was updated"
|
echo "Github pages was updated"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user