Skip to content

Commit

Permalink
Fail CI script on any command error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbinney committed Jun 19, 2021
1 parent 014f17d commit a951994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Exit with any error.
set -e

# Should be run from the root directory of the repo.
BUILD_DIR=build

Expand Down

0 comments on commit a951994

Please sign in to comment.