cli
cli copied to clipboard
Conditional steps not working
Given the following pipeline
steps:
- command: echo 'I should not be executed'
if: false
the step isn't ignored when running bk local run. Same with other false conditions e.g. if: 1 == 0.
Tested using version 2.0.0.