From 4acd8920d856f475bb86e3ae7d6284f91e7119d9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 8 Nov 2021 11:27:02 -0700 Subject: [PATCH] ci: don't print env because there will be secrets there --- ci/zinc/linux_build.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/zinc/linux_build.sh b/ci/zinc/linux_build.sh index faca3527f0..9595b1c818 100755 --- a/ci/zinc/linux_build.sh +++ b/ci/zinc/linux_build.sh @@ -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"