Update build script to fail on error.

This commit is contained in:
Ben Johnson 2013-10-17 10:02:59 -06:00
parent 7fa99b3794
commit 4fb3a01f25
2 changed files with 2 additions and 0 deletions

1
build
View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
ETCD_PACKAGE=github.com/coreos/etcd
export GOPATH="${PWD}"

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
# Get GOPATH, etc from build
. ./build