Skip to content

Updates variable in `Ci::Components::InstancePath` to be local

Laura Montemayor requested to merge extract-instance-var into master

What does this MR do and why?

This is just a clean up/follow-up - instead of using an instance variable for the components_project in Ci::Components::InstancePath, we can use a local variable instead.

This also re-arranges the mounted mutations for CI:: to be in alphabetical order because it took me 5 minutes but it gave me a lot of satisfaction.

MR acceptance checklist

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

Merge request reports