Preserve env

This commit is contained in:
Adrien Ferrand 2020-07-06 23:09:22 +02:00
parent 13bc45ec72
commit 393f012f99

View file

@ -150,7 +150,7 @@ jobs:
displayName: Retrieve Certbot DNS plugins snaps
- script: |
sudo python3 -m pip install pytest
sudo pytest tests/certbot_dns_snap_test.py
sudo -E pytest tests/certbot_dns_snap_test.py
displayName: Test DNS plugins snaps
env:
SNAP_FOLDER: $(Build.SourcesDirectory)/snap