I deployed docker
and gerrit
on gitlab
. Now both systems can operate normally, but gerrit
's repo
is independent from gitlab
's
Now I want to do the following process, gitlab-repo
refers to the code base on gitlab
, gerrit-repo
refers to the code base gerrit
on
Get code from gitlab-repo
Local modification, submit
push to gerrit-repo
on
Others codereview
After the review is completed, gerrit
automatically merge to gitlab-repo
on
Other people get the code from gitlab-repo
to continue development
Everything else is fine now, except for Step 5 I don’t know how to implement it. I looked through the official documents and couldn’t find it...