From c5d6bc5ff642e344a17c9eebd0ad3ac192366094 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:43:49 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 20237070c..e846af303 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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