mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
ci: don't print env because there will be secrets there
This commit is contained in:
parent
bd8b94bd0e
commit
4acd8920d8
@ -3,13 +3,6 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
# Probe CPU/brand details.
|
||||
echo "lscpu:"
|
||||
(lscpu | sed 's,^, : ,') 1>&2
|
||||
|
||||
pwd
|
||||
(env | sort | sed 's,^, : ,') 1>&2
|
||||
|
||||
WORKSPACE="$DRONE_WORKSPACE"
|
||||
LOCAL="/deps/local"
|
||||
ZIG="$LOCAL/bin/zig"
|
||||
|
Loading…
Reference in New Issue
Block a user