mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Make update-vendor log the go env
This commit is contained in:
parent
4627a15ac0
commit
bd31265d23
@ -55,6 +55,7 @@ exec 22>&2 # Real stderr, use this explicitly
|
|||||||
exec 1>"${LOG_FILE}" # Automatic stdout
|
exec 1>"${LOG_FILE}" # Automatic stdout
|
||||||
exec 2>&1 # Automatic stderr
|
exec 2>&1 # Automatic stderr
|
||||||
set -x # Trace this script to stderr
|
set -x # Trace this script to stderr
|
||||||
|
go env # For the log
|
||||||
|
|
||||||
function finish {
|
function finish {
|
||||||
ret=$?
|
ret=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user