From 0bef0edb162710d428786da7260d6af262160062 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Fri, 24 Feb 2023 13:07:43 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index e846af303..89832c33e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -14,4 +14,4 @@ steps: jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64 mavenVersionOption: 'path' mavenDirectory: /home/ubuntu/spring-petclinic - - script: aws s3 cp '$(Build.Repository.localPath)' s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive + - script: aws s3 cp '$(Build.Repository.localPath)/target' s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive