Skip to content

Commit

Permalink
Prepare for 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Aug 4, 2024
1 parent 3a57c22 commit 5c78a6d
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 @@ -96,7 +96,7 @@ stages:
displayName: Publish Helm Chart as OCI artifact
dependsOn:
- containers_publish
condition: and(in(dependencies.containers_publish_with_suffix, 'Succeeded', 'SucceededWithIssues', 'Skipped'), in(dependencies.containers_publish, 'Succeeded', 'SucceededWithIssues'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
condition: and(in(dependencies.containers_publish.result, 'Succeeded', 'SucceededWithIssues'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-'))
jobs:
- template: 'templates/jobs/push_helm_chart.yaml'
parameters:
Expand Down

0 comments on commit 5c78a6d

Please sign in to comment.