1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-15 06:04:32 -04:00

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

This commit is contained in:
Jean-Philippe Roemer 2015-11-16 16:49:40 +00:00
parent 0cbf56855a
commit 3deddabfd8

View File

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