Skip to content

Commit 088a01f

Browse files
committed
Merge pull request #248 from benbjohnson/build-fail
Update build script to fail on error.
2 parents 7fa99b3 + 4fb3a01 commit 088a01f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23

34
ETCD_PACKAGE=github.com/coreos/etcd
45
export GOPATH="${PWD}"

test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23

34
# Get GOPATH, etc from build
45
. ./build

0 commit comments

Comments
 (0)