mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Installing kubectl from actions from marketplace resolv v78
This commit is contained in:
parent
4a2e43a879
commit
60b3e3c7a3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/maven-build.yml
vendored
1
.github/workflows/maven-build.yml
vendored
|
@ -71,6 +71,7 @@ jobs:
|
|||
azcliversion: latest
|
||||
inlineScript: |
|
||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin --overwrite-existing
|
||||
cat ~/.kube/config
|
||||
|
||||
- name: check kubectl
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue