mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-25 15:14:19 +00:00
Make commiting to gh-pages silent
This commit is contained in:
parent
89a1fc1b6e
commit
42b0a6d473
@ -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
|
Loading…
Reference in New Issue
Block a user