Skip to content

Commit

Permalink
Exit right away on error.
Browse files Browse the repository at this point in the history
This will prevent invalid deploys when we encounter errors instead of a
partial complete deploy.

ref #1635
  • Loading branch information
samccone committed Jun 25, 2016
1 parent 1be6205 commit c1fc5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-runner.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -o pipefail

set -e

get_changes ()
{
Expand Down

0 comments on commit c1fc5ae

Please sign in to comment.