Skip to content

fix: Enable core.symlinks by default on Windows Helper image

Stefan Profanter requested to merge Pro1/gitlab-runner:fix-win-symlinks into main

What does this MR do?

Enables git config --global core.symlinks true to be able to clone repos with symlinks on windows.

NOTE I am not yet 100% sure if this really fixes the issue, please review first.

Why was this MR needed?

Closes #27254

What's the best way to test this MR?

Check out the branch locally, build the image, and then override the runner config to use the custom image

What are the relevant issue numbers?

Edited by Stefan Profanter

Merge request reports