Skip to content

Use project CI config path to show CI blob viewer

Furkan Ayhan requested to merge 26169-refactor-2-blob-viewer into master

What does this MR do and why?

When we check for a project's gitlab_ci_yml, we always assume it uses .gitlab-ci.yml. However, a project can have its own custom path for this.

In this commit, we are fixing this for blob viewer.

Related to #26169

Screenshots or screen recordings

With a custom YAML file;

Screenshot_2023-11-10_at_13.17.14

Before this change;

Screenshot_2023-11-10_at_13.23.07

After this change;

Screenshot_2023-11-10_at_13.17.32

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Furkan Ayhan

Merge request reports