diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5db9b1db2..22e8383ee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,4 +25,4 @@ jobs: displayName: script dependsOn: myjob steps: - - script: aws s3 cp $(Build.Repository.LocalPath)/target s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file + - script: aws s3 cp $(Pipeline.Workspace)/s/target s3://spcfeb18 --grants read=uri=https://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file