mirror of
https://github.com/twitter/twemoji.git
synced 2025-08-07 08:33:52 +09:00
deploy.sh: Don't fail deploy on empty stash
This commit is contained in:
@ -36,4 +36,6 @@ popd
|
|||||||
|
|
||||||
git checkout -
|
git checkout -
|
||||||
|
|
||||||
|
if git stash show; then
|
||||||
git stash apply
|
git stash apply
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user