mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
fail faster and notify
This commit is contained in:
parent
56bf45ce1c
commit
5af7db2f53
2 changed files with 1 additions and 5 deletions
|
|
@ -12,3 +12,4 @@ variables:
|
|||
|
||||
stages:
|
||||
- template: templates/stages/test-and-package-stage.yml
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
|
|
@ -12,8 +12,3 @@ jobs:
|
|||
vmImage: $(IMAGE_NAME)
|
||||
steps:
|
||||
- template: ../steps/tox-steps.yml
|
||||
- job: test_sphinx_builds
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
steps:
|
||||
- template: ../steps/sphinx-steps.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue