Skip to content

Refactor Ci::Pipeline's config_sources enum

Yorick Peterse requested to merge refactor-ci-pipeline-config-source-enum into master

What does this MR do?

This enum is now defined in the Ci::PipelineEnums module, allowing EE to extend this enum without having to modify Ci::Pipeline directly.

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/8244

Does this MR meet the acceptance criteria?

Merge request reports