always push to beta

This commit is contained in:
Brad Warren
2023-02-09 18:45:06 -08:00
parent f91d3ca828
commit 91005a0422
+1 -7
View File
@@ -15,11 +15,5 @@ stages:
- template: templates/stages/changelog-stage.yml
- template: templates/stages/deploy-stage.yml
parameters:
${{ if startsWith(variables['Build.SourceBranchName'], 'v2') }}:
snapReleaseChannel: beta
${{ elseif startsWith(variables['Build.SourceBranchName'], 'v1') }}:
snapReleaseChannel: candidate
${{ else }}:
# This should never happen
snapReleaseChannel: somethingInvalid
snapReleaseChannel: beta
- template: templates/stages/notify-failure-stage.yml