demosense / demorepo

Tool to manage a monorepo, where projects can be general projects (code language, build and test management...).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop stage/command when errors happen

jacintoArias opened this issue · comments

Some stages should be able to define a short circuit strategy when a particular script fails.

Use Case: Specifically in deploy scripts with dependences, the script should stop to avoid resources being deployed when their dependencies failed.