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