mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Update azure-pipelines.yaml for Azure Pipelines
This commit is contained in:
parent
205f94672d
commit
c5d6bc5ff6
1 changed files with 1 additions and 6 deletions
|
@ -14,9 +14,4 @@ steps:
|
|||
jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64
|
||||
mavenVersionOption: 'path'
|
||||
mavenDirectory: /home/ubuntu/spring-petclinic
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
PathtoPublish: '$(Build.Repository.LocalPath)'
|
||||
ArtifactName: 'drop'
|
||||
publishLocation: 'FilePath'
|
||||
TargetPath: '$(Agent.WorkFolder)'
|
||||
- script: aws s3 cp '$(Build.Repository.localPath)' s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive
|
||||
|
|
Loading…
Reference in a new issue