Skip to content

Commit

Permalink
Merge pull request #850 from porter-dev/jose-fully-ported/fail-on-pip…
Browse files Browse the repository at this point in the history
…efail

fix: fail on errors in shell scripts
  • Loading branch information
jose-fully-ported authored Oct 17, 2023
2 parents 580268f + b473b40 commit 9728749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail

versionJQ='
def handle: .[] | [.version] | sort_by( split(".") | map(tonumber) ) | last ;
Expand Down

0 comments on commit 9728749

Please sign in to comment.