mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Activate farm tests
This commit is contained in:
parent
53b7093611
commit
636ce3af6e
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ steps:
|
|||
ln -s $(testFarmPem.secureFilePath) azure-test-farm.pem
|
||||
condition: contains(variables['TOXENV'], 'test-farm')
|
||||
- bash: |
|
||||
if [[ "${TOXENV}" == *"test-farm"* ]]; then
|
||||
# To be removed once farm tests are configured on Azure
|
||||
exit 0
|
||||
fi
|
||||
if [[ "${TOXENV}" == *"oldest"* ]]; then
|
||||
tools/run_oldest_tests.sh
|
||||
elif command -v unbuffer >/dev/null 2>&1; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue