Skip to content

Windows likes backslashes, not forward ones....

David Eaton requested to merge deaton64/gitlab-runner:patch-4 into master

The documentation states to use ./gitlab-runner.exe start to run the Gitlab runner exe.
Windows doesn't like forward slashes and will work without specifying the current directory.

Merge request reports