mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
extra script lines in second job ref3
This commit is contained in:
parent
8dfb5d1513
commit
4a615e382c
1 changed files with 2 additions and 2 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
- name: Getting access to the cluster
|
||||
run: |
|
||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin --overwrite-existing
|
||||
kubectl apply -f .
|
||||
kubectl apply -f ./cicd/grid-capstone-k8s-manifests
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue