Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add pipefail directives
Browse files Browse the repository at this point in the history
cmcarthur committed Nov 13, 2023

Verified

This commit was signed with the committer’s verified signature.
cmcarthur Connor McArthur
1 parent 971c875 commit 1c9f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -eo pipefail

bundle install
bundle exec middleman build

0 comments on commit 1c9f2b8

Please sign in to comment.