From 4ce6122e3ef2f1fbc253ae49dd379a8a5ee19564 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 28 Jun 2020 11:04:36 +0200 Subject: [PATCH] Stat --- .azure-pipelines/templates/steps/tox-steps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 0c820724f..30d879b81 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -28,12 +28,13 @@ steps: - task: DownloadSecureFile@1 name: testFarmPem inputs: - secureFile: azure-test-farm.pem-nonexistent + secureFile: azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | cp $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem condition: contains(variables['TOXENV'], 'test-farm') - bash: | + stat tests/letstest/azure-test-farm.pem if [[ "${TOXENV}" == *"oldest"* ]]; then tools/run_oldest_tests.sh else