mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-29 14:29:37 +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' ]
|
java: [ '17' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: azure/setup-kubectl@v4
|
- uses: azure/setup-kubectl@v4
|
||||||
with:
|
with:
|
||||||
id: install
|
id: install
|
||||||
|
@ -40,11 +39,11 @@ jobs:
|
||||||
- name: Maven install dependencies
|
- name: Maven install dependencies
|
||||||
run: ./mvnw clean install package
|
run: ./mvnw clean install package
|
||||||
|
|
||||||
- name: Upload JAR artifact
|
# - name: Upload JAR artifact
|
||||||
uses: actions/upload-artifact@4
|
# uses: actions/upload-artifact@4
|
||||||
with:
|
# with:
|
||||||
name: grid-capstone
|
# name: grid-capstone
|
||||||
path: ./target/*.jar
|
# path: ./target/*.jar
|
||||||
|
|
||||||
- name: Azure CLI script
|
- name: Azure CLI script
|
||||||
uses: azure/cli@v2
|
uses: azure/cli@v2
|
||||||
|
|
Loading…
Reference in a new issue