From bb17b53eecdd68964ffbcf353f594abbcfc8afbe Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 2 Mar 2024 19:44:22 +0100 Subject: [PATCH] print environment --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index c134869..7f6c97d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,9 @@ set -e pipefail if [ "$INPUT_DEBUG" = "true" ]; then + echo "environment:" + printenv + echo "" set -x fi