mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Changed pipeline
This commit is contained in:
parent
cf2b0dfff6
commit
bbc775e543
1 changed files with 5 additions and 6 deletions
11
.github/workflows/maven-build.yml
vendored
11
.github/workflows/maven-build.yml
vendored
|
@ -19,7 +19,6 @@ jobs:
|
|||
java: [ '17' ]
|
||||
|
||||
steps:
|
||||
|
||||
- uses: azure/setup-kubectl@v4
|
||||
with:
|
||||
id: install
|
||||
|
@ -40,11 +39,11 @@ jobs:
|
|||
- name: Maven install dependencies
|
||||
run: ./mvnw clean install package
|
||||
|
||||
- name: Upload JAR artifact
|
||||
uses: actions/upload-artifact@4
|
||||
with:
|
||||
name: grid-capstone
|
||||
path: ./target/*.jar
|
||||
# - name: Upload JAR artifact
|
||||
# uses: actions/upload-artifact@4
|
||||
# with:
|
||||
# name: grid-capstone
|
||||
# path: ./target/*.jar
|
||||
|
||||
- name: Azure CLI script
|
||||
uses: azure/cli@v2
|
||||
|
|
Loading…
Reference in a new issue