1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-12-26 09:18:33 +00:00

Fix bug in deploy

This commit is contained in:
Alan Velasco 2019-06-25 20:49:20 -07:00
parent d6a0078911
commit 3f2ae0737a

View File

@ -14,7 +14,7 @@ git checkout $PUBLISH_BRANCH
git pull origin $PUBLISH_BRANCH git pull origin $PUBLISH_BRANCH
if [ -d $VERSION ]; then if [ -d $VERSION ]; then
rm -r $VERSION rm -r $VERSION
if fi
git mv -f $OUT $VERSION git mv -f $OUT $VERSION
git commit -q -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 git push origin $PUBLISH_BRANCH