Explorar o código

Add `set -x` & `set -e` to docker/build.sh for better debugging

Jean-Philippe Roemer %!s(int64=9) %!d(string=hai) anos
pai
achega
3deddabfd8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docker/build.sh

+ 2 - 0
docker/build.sh

@@ -1,4 +1,6 @@
 #!/bin/sh
+set -x
+set -e
 
 # Set temp environment vars
 export GOPATH=/tmp/go