cli icon indicating copy to clipboard operation
cli copied to clipboard

Conditional steps not working

Open futtetennista opened this issue 2 years ago • 0 comments

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.

futtetennista avatar Apr 25 '23 15:04 futtetennista