Remove cluster-info check
Some checks failed
Build and Deploy to K3s / build-and-push (push) Successful in 34s
Build and Deploy to K3s / deploy (push) Failing after 6s

This commit is contained in:
jasonwitty 2025-11-28 12:34:21 -08:00
parent eeb8c7f334
commit 77e4c1a530

View File

@ -87,7 +87,6 @@ jobs:
- name: Verify kubectl connection - name: Verify kubectl connection
run: | run: |
kubectl cluster-info
kubectl get nodes kubectl get nodes
- name: Update deployment image - name: Update deployment image