Revert "adding 'env' output for debugging, wip"

This reverts commit 86e9dee57d.
This commit is contained in:
Chris Oloff 2026-05-21 21:17:23 +02:00
parent 32e083129b
commit c7274fc8bb

View file

@ -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"