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 v6
This commit is contained in:
parent
33139187fe
commit
4a2e43a879
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
|||
with:
|
||||
azcliversion: latest
|
||||
inlineScript: |
|
||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin
|
||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin --overwrite-existing
|
||||
|
||||
- name: check kubectl
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue