mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update azurepipeline.yaml for Azure Pipelines
This commit is contained in:
parent
fc1cc37fd5
commit
3fa44ea010
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
||||||
---
|
---
|
||||||
pool: ubuntu
|
pool: Default
|
||||||
trigger:
|
trigger:
|
||||||
- main
|
- main
|
||||||
steps:
|
steps:
|
||||||
|
- script: sudo apt update
|
||||||
|
- script: sudo apt install openjdk-17-jdk -y
|
||||||
|
- script: sudo apt install maven -y
|
||||||
- task: Maven@3
|
- task: Maven@3
|
||||||
inputs:
|
inputs:
|
||||||
mavenPOMFile: 'pom.xml'
|
mavenPOMFile: 'pom.xml'
|
||||||
|
|
Loading…
Reference in a new issue