mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Use expressions
This commit is contained in:
parent
07fa8d7548
commit
4f4c1fc499
1 changed files with 2 additions and 2 deletions
|
|
@ -9,5 +9,5 @@ pr: none
|
|||
stages:
|
||||
- template: templates/stages/test-and-package-stage.yml
|
||||
# Notify failures only for release branches.
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
condition: and(failed(), endsWith(variables['Build.SourceBranchName', '.x'])
|
||||
- ${{ if endsWith(variables['Build.SourceBranchName'], '.x') }}:
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue