Skip to content

Commit

Permalink
deploy.sh: Don't fail deploy on empty stash
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine De Caires committed Jan 12, 2023
1 parent 5ef3109 commit 9524fee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ popd

git checkout -

git stash apply
if git stash show; then
git stash apply
fi

0 comments on commit 9524fee

Please sign in to comment.