Skip to content

Use porcelain commit lookup method on CI::CreatePipelineService

Alejandro Rodríguez requested to merge ci-pipeline-commit-lookup into master

What does this MR do?

Use porcelain commit lookup method on CI::CreatePipelineService

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/charts/helm.gitlab.io/issues/291

Merge request reports