mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
test 1.32.1
This commit is contained in:
parent
c4cb41840d
commit
e73dcadd09
1 changed files with 1 additions and 3 deletions
|
|
@ -4,12 +4,11 @@ trigger: none
|
|||
pr: none
|
||||
|
||||
variables:
|
||||
dockerTag: "v2.0.0"
|
||||
dockerTag: "v1.32.1"
|
||||
snapBuildTimeout: 5400
|
||||
|
||||
stages:
|
||||
- template: templates/stages/test-and-package-stage.yml
|
||||
- template: templates/stages/changelog-stage.yml
|
||||
- template: templates/stages/deploy-stage.yml
|
||||
parameters:
|
||||
${{ if startsWith(variables['dockerTag'], 'v2') }}:
|
||||
|
|
@ -19,4 +18,3 @@ stages:
|
|||
${{ else }}:
|
||||
# This should never happen
|
||||
snapReleaseChannel: somethingInvalid
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue