mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
deploy.sh: Don't fail deploy on empty stash
This commit is contained in:
parent
5ef3109520
commit
9524feeca2
@ -36,4 +36,6 @@ popd
|
||||
|
||||
git checkout -
|
||||
|
||||
git stash apply
|
||||
if git stash show; then
|
||||
git stash apply
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user