Skip to content

Commit

Permalink
Fix the Helm Chart release pipeline to ignore the state of container …
Browse files Browse the repository at this point in the history
…push with suffix (strimzi#10298)

Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj authored and mstruk committed Jul 15, 2024
1 parent 64b9650 commit 5f43f0f
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 @@ -69,7 +69,7 @@ stages:
displayName: Publish Helm Chart as OCI artifact
dependsOn:
- containers_publish
condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
condition: and(in(dependencies.containers_publish, 'Succeeded', 'SucceededWithIssues'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
jobs:
- template: 'templates/jobs/build/publish_helm_chart_as_oci.yaml'
parameters:
Expand Down

0 comments on commit 5f43f0f

Please sign in to comment.