Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Kiranteja623 2023-02-18 11:42:55 +05:30
parent 91099ee518
commit 4eb3e0b966

View file

@ -9,7 +9,7 @@ steps:
- script: sudo apt install maven -y - script: sudo apt install maven -y
- script: sudo apt install git -y - script: sudo apt install git -y
- script: aws s3 mb s3://spcfeb18 - 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 - script: aws s3 cp $(Agent.WorkFolder)/3/s/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb18 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive
- task: Maven@3 - task: Maven@3
inputs: inputs:
mavenPOMFile: 'pom.xml' mavenPOMFile: 'pom.xml'