diff --git a/scripts/deploy.sh b/scripts/deploy.sh index a365a4fa9..41e3f468e 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -36,4 +36,6 @@ popd git checkout - -git stash apply +if git stash show; then + git stash apply +fi