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"