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