From 6b625e0fc59ba022e497a4e5725140637b426c0a Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 18 Feb 2023 22:14:31 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e0fa014e..e2beb4989 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,4 +25,4 @@ jobs: displayName: script dependsOn: myjob steps: - - script: aws s3 cp /home/ubuntu/myagent/_work/2/s/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file + - script: aws s3 cp /home/ubuntu/myagent/_work/2/s/target s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file