mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
update pipeline build
This commit is contained in:
parent
3b6f6d872b
commit
136a7a3c7d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -39,8 +39,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install kubectl
|
- name: Install kubectl
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
brew install kubectl
|
||||||
sudo apt-get install -y kubectl
|
|
||||||
|
|
||||||
- name: Set Minikube context
|
- name: Set Minikube context
|
||||||
run: kubectl config use-context minikube
|
run: kubectl config use-context minikube
|
||||||
|
|
Loading…
Reference in a new issue