Add fail-fast flag to src batch
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gabtorre
This adds a new --fail-fast
flag to the src batch
commands. When enabled, any errors encountered while executing steps in a repository will stop the execution of the whole batch spec. The flag is off by default, so existing behavior is preserved.
Cause()
Updated tests.
Push commits to the source branch or add previously merged commits to review them.