Skip to content

Commit

Permalink
Merge pull request #27 from premiscale/minor-logic-fix
Browse files Browse the repository at this point in the history
minor-logic-fix: unless -> when
  • Loading branch information
emmeowzing authored Jan 23, 2024
2 parents 72504db + 55dda80 commit 1bc408c
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 1bc408c

Please sign in to comment.