|
|
|
|
|
by majkinetor
2514 days ago
|
|
> Basically it's bad idea to push broken code to remote This argument is void if CI is set to allow complete testing on branches along with parallel pipelines. So I want to do something, I branch, code, and push. Server does all the funky stuff without me having to install or understand anything which is huge time saver. With parallel pipelines you do not even block others with this behavior. Things not on trunk can be broken, that is exactly one of the points we have branches. |
|