print env
This commit is contained in:
parent
e5f655382b
commit
ea0e822b00
|
@ -5,4 +5,6 @@ set -e -x
|
|||
# Note: this script is meant to be run in a Debian/Ubuntu docker container,
|
||||
# as user 'root'.
|
||||
|
||||
env
|
||||
|
||||
go run build/ci.go debsrc -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
|
||||
|
|
Loading…
Reference in New Issue