Skip to content

Allow owners to fetch source code in CI builds

Kamil Trzciński requested to merge allow-owner-to-run-ci-builds into master

What does this MR do?

Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project.

This adds a separate code path for handling owners, that are not admins.

Why was this MR needed?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23437

Merge request reports