Skip to content

Commit

Permalink
Fix build without suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Jul 12, 2022
1 parent 1c724f4 commit f4c5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ stages:
displayName: Publish Containers for ${{ parameters.releaseVersion }}
dependsOn:
- containers_publish_with_suffix
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
condition: and(in(dependencies.containers_publish_with_suffix.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
jobs:
- template: 'templates/jobs/build/push_containers.yaml'
parameters:
Expand Down

0 comments on commit f4c5db5

Please sign in to comment.