From 2da124cc7a7f6543527db310067835f9c422bee9 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 30 Jun 2020 12:52:40 +0200 Subject: [PATCH] Fix test-farm logic --- .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 926d8f289..fc4612466 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -39,7 +39,7 @@ steps: secureFile: azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | - export AWS_C2_PEM_FILE="$(testFarmPem.secureFilePath)" + ln -s $(testFarmPem.secureFilePath) tests/letstest/test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | if [[ "${TOXENV}" == *"oldest"* ]]; then