Comment by Marsymars

Comment by Marsymars 2 days ago

0 replies

> This is why CI should be separate from code repository storage

Maybe, but for any complex project you get stuck with dependencies between various code branches and various CI repo branches anyway, so I’m not sure how much easier it really is to manage that complexity rather than just putting the CI code in your repo so that the CI dependencies are explicit.