1
0
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:
Justine De Caires 2023-01-12 10:48:13 -08:00
parent 5ef3109520
commit 9524feeca2

View File

@ -36,4 +36,6 @@ popd
git checkout - git checkout -
git stash apply if git stash show; then
git stash apply
fi