From 0798b29efe4e99e8c23351334292d19fe5836697 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 28 Jun 2020 11:17:23 +0200 Subject: [PATCH] Stop nginx --- .azure-pipelines/templates/steps/tox-steps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index 4e0c7cc5d..89ec72f46 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -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