gitlab-ci-runner-scala
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)
Error
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...