update pipeline build

This commit is contained in:
ybandala 2025-02-11 02:02:15 -06:00
parent 3b6f6d872b
commit 136a7a3c7d

View file

@ -39,8 +39,7 @@ jobs:
- name: Install kubectl
run: |
sudo apt-get update
sudo apt-get install -y kubectl
brew install kubectl
- name: Set Minikube context
run: kubectl config use-context minikube