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>2020-07-08 00:52:55 +0300
committerBrad Warren <bmw@eff.org>2020-07-08 00:52:55 +0300
commit14f2c3eda37bde9532cbf9a6282f30f7a5db8c6a (patch)
treeba308028a5ee91dd679287210eb962aa1eced25e
parentce1030f13f0e2adc9ad94231697b9e66dd6da18e (diff)
-rw-r--r--.azure-pipelines/advanced-test.yml1
-rw-r--r--.azure-pipelines/templates/stages/test-and-package-stage.yml2
2 files changed, 1 insertions, 2 deletions
diff --git a/.azure-pipelines/advanced-test.yml b/.azure-pipelines/advanced-test.yml
index 10ff79289..3d5e7e3ab 100644
--- a/.azure-pipelines/advanced-test.yml
+++ b/.azure-pipelines/advanced-test.yml
@@ -8,6 +8,7 @@ pr: none
stages:
- template: templates/stages/test-and-package-stage.yml
+ - template: templates/stages/deploy-stage.yml
# Notify failures only for release branches.
- ${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
- template: templates/stages/notify-failure-stage.yml
diff --git a/.azure-pipelines/templates/stages/test-and-package-stage.yml b/.azure-pipelines/templates/stages/test-and-package-stage.yml
index 26010644d..60021cc33 100644
--- a/.azure-pipelines/templates/stages/test-and-package-stage.yml
+++ b/.azure-pipelines/templates/stages/test-and-package-stage.yml
@@ -1,6 +1,4 @@
stages:
- stage: TestAndPackage
jobs:
- - template: ../jobs/standard-tests-jobs.yml
- - template: ../jobs/extended-tests-jobs.yml
- template: ../jobs/packaging-jobs.yml