Explorar el Código

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

Jean-Philippe Roemer hace 9 años
padre
commit
3deddabfd8
Se han modificado 1 ficheros con 2 adiciones y 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