make git quiet

This commit is contained in:
강동윤 2018-01-14 09:20:38 +09:00
parent d73de6c5d8
commit daf63465fe

View File

@ -23,8 +23,8 @@ if [ "$TRAVIS_TAG" = "" ]; then
fi
git add -A .
git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
git add -A . > /dev/null @>&1
git commit -q -m "rebuild pages at ${TRAVIS_COMMIT}"
echo
echo "Pushing docs..."