Skip to content

MWCP: Use mr.has_ci method rather than project.has_ci

Marc Shaw requested to merge use_mr_has_ci_method into master

What does this MR do and why?

To take into account for more project CI configurations, we need to check for both, if the project.has_ci? and the merge_request.has_ci? methods.

The previous issue was that external CI's won't be 'caught' by the project.has_ci? check

Edited by Marc Shaw

Merge request reports