Skip to content

Commit

Permalink
add-to-output-repos: Add set -e to fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Feb 2, 2018
1 parent bebae07 commit dd1027d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/add-to-output-repos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -e

# so you can run this script from any folder and it will find the tmp dir
cd "`git rev-parse --show-toplevel`"

Expand Down

0 comments on commit dd1027d

Please sign in to comment.