Skip to content

Commit

Permalink
Add set -x & set -e to docker/build.sh for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
0rax committed Nov 16, 2015
1 parent 0cbf568 commit 3deddab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -x
set -e

# Set temp environment vars
export GOPATH=/tmp/go
Expand Down

0 comments on commit 3deddab

Please sign in to comment.