1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00

Make commiting to gh-pages silent

This commit is contained in:
Alan Velasco 2019-06-25 20:28:16 -07:00
parent 89a1fc1b6e
commit 42b0a6d473

View File

@ -13,5 +13,5 @@ git add -f $OUT
git checkout $PUBLISH_BRANCH
git pull origin $PUBLISH_BRANCH
git mv -f $OUT $VERSION
git commit -m "Update the Twemoji project and push to $PUBLISH_BRANCH"
git commit -q -m "Update the Twemoji project and push to $PUBLISH_BRANCH"
git push origin $PUBLISH_BRANCH