Skip to content

Commit

Permalink
feat: more resilient bash
Browse files Browse the repository at this point in the history
  • Loading branch information
esoadamo committed Feb 2, 2024
1 parent e9dfefe commit 5fb397b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kleobis-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -xuo pipefail
cd "$(dirname "$(realpath "$0")")"

git fetch origin
git reset --hard origin/master
Expand Down

0 comments on commit 5fb397b

Please sign in to comment.