Skip to content

Pipeline: fix not able run manual pipeline via UI

if using custom CI paths, which in an external repository. On pipeline page, it would not show "run pipeline" button. Because gitlab_ci_yml function in gitlab/app/models/repository.rb. It would not look external repo for finding the config file.

So in this merge request. It would determine the config_path is in external repo? If it is, it would search the project. And find file in the repo belong to that project.

Related to #209879

Edited by a97410985

Merge request reports