mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Real copy
This commit is contained in:
parent
ef00c6ee3b
commit
9e490c2e12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue