From f6d9659541b7ed4aff9b1a3db6f56a9addc7aaac Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Fri, 29 Apr 2016 10:19:54 -0500 Subject: [PATCH] final win runner doc --- doc/GitlabCI-Runner-Win32.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/GitlabCI-Runner-Win32.txt b/doc/GitlabCI-Runner-Win32.txt index ac6eb8f..4c63326 100644 --- a/doc/GitlabCI-Runner-Win32.txt +++ b/doc/GitlabCI-Runner-Win32.txt @@ -10,10 +10,11 @@ # REGISTER: Enter your Gitlab CI details gitlab-ci-multi-runner-windows-386.exe register -# INSTALL SERVICE: Note the use of ".\IEUser" to indicate local account! +## STEP 3 - Install Service +# Note the use of ".\IEUser" to indicate local account! gitlab-ci-multi-runner-windows-386.exe install --user .\IEUser --password Passw0rd! -# START SERVICE +## STEP 4 - Start service gitlab-ci-multi-runner-windows-386.exe start # If you have any problems with the service not starting due to: @@ -24,6 +25,17 @@ gitlab-ci-multi-runner-windows-386.exe start # that helps. +## STEP 5 - Make sure gitlab-runner is using the correct shell +# It defaults to CMD, go to the directory where the gitlab-runner +# commands were run and edit the "config.toml" file. Under the line +# that says: executor = "shell" +# add: shell = "bash" +# +# Also, make sure that if you type "bash" from a CMD prompt, +# that it runs the Cygwin shell. If it can't find the bash command, +# go to the Environment Variables Control Panel for your computer and +# add "c:\cygwin\bin" to your PATH variable. +