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:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
run: |
# kubeconfig
echo "kubeconfig location: $KUBECONFIG"
# Create temp folder for CRDs
TMP_CRD_DIR=$(mktemp -d)
echo "Temp directory: $TMP_CRD_DIR"