Merge request pipeline flow
Currently, when committing to a branch which has an active merge request, two pipelines are created:
- The pipeline associated with the commit for that current branch
- An "empty" pipeline associated with the merge request, with just the
rpms
job
This merge request will try to get rid of the "empty" pipeline. In the merge request, we'd like to see the correct pipeline, namely the one associated to the commit.
Edited by Mihai Patrascoiu