adding 'env' output for debugging, wip
This commit is contained in:
parent
a196f63893
commit
86e9dee57d
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ if [ -z "$GITHUB_SHA" ]; then
|
||||||
echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1
|
echo "GITHUB_SHA not defined, pass it in the environment with an 'env:' clause to the action" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
env
|
||||||
|
|
||||||
echo "Going to apply kustomization configuration at ${KUST_CONFIG}"
|
echo "Going to apply kustomization configuration at ${KUST_CONFIG}"
|
||||||
echo "K3S_YAML:"
|
echo "K3S_YAML:"
|
||||||
echo "$K3S_YAML"
|
echo "$K3S_YAML"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue