Real copy

This commit is contained in:
Adrien Ferrand 2020-06-27 21:33:19 +02:00
parent ef00c6ee3b
commit 9e490c2e12

View file

@ -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