diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ebe68538a..623947587 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,8 +21,4 @@ jobs: jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64 mavenVersionOption: 'path' mavenDirectory: /home/ubuntu/spring-petclinic - - job: script - dependsOn: myjob - steps: - - 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 \ No newline at end of file