Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-18 11:36:05 +05:30
parent 547beca1ce
commit 91099ee518

View file

@ -8,8 +8,8 @@ steps:
- script: sudo apt install openjdk-17-jdk -y
- script: sudo apt install maven -y
- script: sudo apt install git -y
- script: aws s3 mb s3://spcfeb17
- script: aws s3 cp $(Agent.WorkFolder)/3/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb17 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive
- script: aws s3 mb s3://spcfeb18
- script: aws s3 cp $(Agent.WorkFolder)/3/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb18 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive
- task: Maven@3
inputs:
mavenPOMFile: 'pom.xml'