mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +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 2>&1 # Automatic stderr
|
||||
set -x # Trace this script to stderr
|
||||
go env # For the log
|
||||
|
||||
function finish {
|
||||
ret=$?
|
||||
|
Loading…
Reference in New Issue
Block a user