Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2019-10-09 01:20:20 +0300
committerBrad Warren <bmw@eff.org>2019-10-09 01:20:20 +0300
commit6c72f45e5c42e889853f7495136d010dee498e93 (patch)
tree0d42fe6d448d89a5353bcb19bba0d8274ca8e25e
parentfcc398831b0e88106505a7879cac72afc47d1a93 (diff)
Use certbot-common.test-variable-group
-rw-r--r--.azure-pipelines/templates/tests-suite.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/templates/tests-suite.yml b/.azure-pipelines/templates/tests-suite.yml
index 3fe0abf74..bb54c8eee 100644
--- a/.azure-pipelines/templates/tests-suite.yml
+++ b/.azure-pipelines/templates/tests-suite.yml
@@ -14,6 +14,8 @@ jobs:
PYTHON_VERSION: 3.7
TOXENV: integration-certbot
PYTEST_ADDOPTS: --numprocesses 4
+ variables:
+ - group: certbot-common
steps:
- task: UsePythonVersion@0
inputs: