gitlab-ci-runner-scala icon indicating copy to clipboard operation
gitlab-ci-runner-scala copied to clipboard

A runner for GitLab CI written in Scala (based on https://github.com/virtualmarc/gitlab-ci-runner-win)

Results 2 gitlab-ci-runner-scala issues
Sort by recently updated
recently updated
newest added

Hi i get this error any idea how to fix it? ``` java.io.IOException: Cannot run program "cmd /c C:\Users\build\.gitlab-ci-runner-scala\projects\build-2-15-script.bat" (in directory "C:\Users\build\.gitlab-ci-runner-scala\projects"): CreateProcess error=2, Das System kann die angegebene Datei...

currently we put the git commands + the CI commands into a temporary file and run it with sh -x -e. This breaks #! shebangs. Instead, run the git commands...

enhancement