mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Audit network root
This commit is contained in:
parent
eda44c3bf3
commit
e236dd8358
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ steps:
|
|||
condition: contains(variables['TOXENV'], 'test-farm')
|
||||
- bash: |
|
||||
stat tests/letstest/azure-test-farm.pem
|
||||
netstat -plnt
|
||||
sudo netstat -antlp
|
||||
if [[ "${TOXENV}" == *"oldest"* ]]; then
|
||||
tools/run_oldest_tests.sh
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue