From c7274fc8bbd514e7ed12d43032ca3d1b9a898d67 Mon Sep 17 00:00:00 2001 From: Chris Oloff Date: Thu, 21 May 2026 21:17:23 +0200 Subject: [PATCH] Revert "adding 'env' output for debugging, wip" This reverts commit 86e9dee57d0eaa0ec3c4c027287e999e4fbe9702. --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index bad6245..081d428 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,8 +21,6 @@ if [ -z "$GITHUB_SHA" ]; then echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1 fi -env - echo "Going to apply kustomization configuration at ${KUST_CONFIG}" echo "K3S_YAML:" echo "$K3S_YAML"