mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 00:15:54 +00:00
Fix bug in deploy
This commit is contained in:
parent
d6a0078911
commit
3f2ae0737a
@ -14,7 +14,7 @@ git checkout $PUBLISH_BRANCH
|
||||
git pull origin $PUBLISH_BRANCH
|
||||
if [ -d $VERSION ]; then
|
||||
rm -r $VERSION
|
||||
if
|
||||
fi
|
||||
git mv -f $OUT $VERSION
|
||||
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