Hacker News new | ask | show | jobs
by PaywallBuster 2051 days ago
External Gitlab CI is funny because requires you to replicate the repo to their side and then glue everything together (build status, PRs, etc) by yourself

Then they moved the repository replication to the paid plan (20$/month/user).

For a simple 10 person team, that's 200$ a month. Exclusively to get access to repository replication !!

I have my own runners, so there's no reason to pay for the paid plan. I just end up hacking around some replication script.

See https://medium.com/@PedroGomes/mirror-repository-to-gitlab-f...

1 comments

> Then they moved the repository replication to the paid plan (20$/month/user).

It looks like "pull" replication is available on the $4/mo. plan, per their documentation.