Skip to content

Commit

Permalink
Exit right away on error. (#1643)
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 authored Jun 27, 2016
1 parent 8019b40 commit 31a5b94
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 31a5b94

Please sign in to comment.