Getting source from Git repository not working - runner 13.7.0
I installed gitlab-runner on my mac running Big Sur 11.1 today using brew. I registered the runner with our gitlab account, then had it process a pipeline in gitlab-runner --debug run mode. When it gets to the get_sources stage, it doesn't seem to fetch any files from gitlab and just ends up in a loop of WARNINGs. No error is given, so I have no clue what might be causing this. The output of run is as follows (with the dialing and warnings repeating as long as I let it run, until it times out):
I've never used gitlab-runner before, so I don't know if I have any configuration wrong, but I've been trying to make it work on our build server for the past week, going through install manuals, troubleshooting and stack overflow, trying just about everything I found, with no success. The behavior on the server is the same as on my device.
When I run the pipeline locally using gitlab-runner exec, it works as expected:
Any help would be appreciated! I would expect to get at least an error code or the reason why the git is not fetching changes when accepting the pipeline from a remote coordinator.