Comment by IgorPartola
Comment by IgorPartola 3 days ago
This is why CI should be separate from code repository storage and that should be separate from your collaboration tools. They all can speak git if you want.
Comment by IgorPartola 3 days ago
This is why CI should be separate from code repository storage and that should be separate from your collaboration tools. They all can speak git if you want.
> 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.