mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
extra script lines in second job ref2
This commit is contained in:
parent
b6f3cfc4fb
commit
8dfb5d1513
1 changed files with 6 additions and 0 deletions
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
|
@ -89,6 +89,12 @@ jobs:
|
|||
git add .
|
||||
git commit -m "Kubernetes manifests file update: $(date)"
|
||||
git push
|
||||
- name: Install kubectl
|
||||
uses: azure/setup-kubectl@v4
|
||||
with:
|
||||
version: 'v1.29.0'
|
||||
id: install
|
||||
|
||||
- uses: azure/login@v2
|
||||
name: Azure Login
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue