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

This commit is contained in:
Joseph Hanson 2024-05-29 11:33:32 -05:00
parent 6c23b27385
commit 9b94c1d5b3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -60,7 +60,7 @@ jobs:
env: env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}" KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"
run: | run: |
kubectl get nodes kubectl get crds 2>&1 | sed -n '/NAME/,$p' | tail -n +2
- name: Download and run crd-extractor - name: Download and run crd-extractor
env: env:
KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}" KUBECONFIG: "${{ steps.kubeconfig.outputs.filePath }}"