mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Preserve env
This commit is contained in:
parent
13bc45ec72
commit
393f012f99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue