Skip to content

Fix Gitlab::Git::Repository#remote_tags using unexisting variable

What does this MR do?

Fix Gitlab::Git::Repository#remote_tags using unexisting variable. This was caused from migrating that method from Repository (the model) to Gitlab::Git::Repository, which doesn't access the disk path the same way.

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

The method would fail since it was trying to access a non-existing variable

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #40300 (closed)

Edited by Alejandro Rodríguez

Merge request reports