From 9e490c2e127889c896bfdb0327926d8c54daa2d9 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sat, 27 Jun 2020 21:33:19 +0200 Subject: [PATCH] Real copy --- .azure-pipelines/templates/steps/tox-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 88d505ac8..08ab619ca 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -31,7 +31,7 @@ steps: secureFile: azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | - ln -s $(testFarmPem.secureFilePath) azure-test-farm.pem + cp $(testFarmPem.secureFilePath) azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | if [[ "${TOXENV}" == *"oldest"* ]]; then