Skip to content

Commit f4c5db5

Browse files
committed
Fix build without suffix
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 1c724f4 commit f4c5db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/release-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ stages:
5353
displayName: Publish Containers for ${{ parameters.releaseVersion }}
5454
dependsOn:
5555
- containers_publish_with_suffix
56-
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
56+
condition: and(in(dependencies.containers_publish_with_suffix.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
5757
jobs:
5858
- template: 'templates/jobs/build/push_containers.yaml'
5959
parameters:

0 commit comments

Comments
 (0)