mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix test-farm logic
This commit is contained in:
parent
4d127e1d82
commit
2da124cc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue