Audit env

This commit is contained in:
Adrien Ferrand 2020-07-01 21:29:49 +02:00
parent 5fecae8bc0
commit 6503d75446

View file

@ -41,6 +41,7 @@ steps:
ln -s $(testFarmPem.secureFilePath) tests/letstest/test-farm.pem
condition: contains(variables['TOXENV'], 'test-farm')
- bash: |
env
if [[ "${TOXENV}" == *"oldest"* ]]; then
tools/run_oldest_tests.sh
else