Skip to content

Fixed logic to work with multiple commands

@n.arocha I think this solves your problem.

Old code was condition || command && command which ended grouped like: (condition || command) && command

Merge request reports