Stop nginx

This commit is contained in:
Adrien Ferrand 2020-06-28 11:17:23 +02:00
parent e236dd8358
commit 0798b29efe

View file

@ -15,6 +15,7 @@ steps:
nginx-light \
openssl \
expect
sudo systemctl stop nginx
condition: startswith(variables['IMAGE_NAME'], 'ubuntu')
displayName: Install Linux dependencies
- task: UsePythonVersion@0