Skip to content

Fix CI docs component code

Julius Kvedaras requested to merge docs-fix-component-ci-code into master

What does this MR do and why?

Fixing component path to include the component/project name since $CI_PROJECT_PATH only returns the namespace of the project but in the component we need to use the project name as well.

currently:

- component: gitlab.com/$CI_PROJECT_PATH@$CI_COMMIT_SHA

Should be:

- component: gitlab.com/$CI_PROJECT_PATH@$CI_COMMIT_SHA/my-component

Merge request reports