Skip to content

Commit

Permalink
minor-logic-fix: unless -> when
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Doyle committed Jan 23, 2024
1 parent 72504db commit 55dda80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/helm/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ executor: << parameters.executor >>
steps:
- checkout
- helm/install-helm-client
- unless:
- when:
condition: << parameters.uninstall-prev-name >>
steps:
- run:
Expand Down

0 comments on commit 55dda80

Please sign in to comment.