mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
test deploy
This commit is contained in:
parent
ce1030f13f
commit
14f2c3eda3
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue