mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-04 11:46:51 +08:00
Add set -x
& set -e
to docker/build.sh for better debugging
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -x
|
||||||
|
set -e
|
||||||
|
|
||||||
# Set temp environment vars
|
# Set temp environment vars
|
||||||
export GOPATH=/tmp/go
|
export GOPATH=/tmp/go
|
||||||
|
Reference in New Issue
Block a user