debug
Some checks failed
Schemas / Schemas (push) Failing after 40s

This commit is contained in:
Joseph Hanson 2024-07-17 09:24:57 -05:00
parent a79c198ec2
commit ab854a79cb
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -60,6 +60,8 @@ jobs:
env: env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}" KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
run: | run: |
# kubeconfig
echo "kubeconfig location: $KUBECONFIG"
# Create temp folder for CRDs # Create temp folder for CRDs
TMP_CRD_DIR=$(mktemp -d) TMP_CRD_DIR=$(mktemp -d)
echo "Temp directory: $TMP_CRD_DIR" echo "Temp directory: $TMP_CRD_DIR"