mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
final win runner doc
This commit is contained in:
parent
f087636748
commit
f6d9659541
@ -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" <enter> 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user