Skip to content

Commit

Permalink
Update build script to fail on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Oct 17, 2013
1 parent 7fa99b3 commit 4fb3a01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

ETCD_PACKAGE=github.com/coreos/etcd
export GOPATH="${PWD}"
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

# Get GOPATH, etc from build
. ./build
Expand Down

0 comments on commit 4fb3a01

Please sign in to comment.