mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
runner script example
This commit is contained in:
parent
d07764514f
commit
ad93b98c14
@ -8,3 +8,11 @@ sudo chmod +x /usr/local/bin/gitlab-ci-multi-runner
|
||||
|
||||
## STEP 2 - Register it with your server
|
||||
sudo gitlab-ci-multi-runner register
|
||||
|
||||
|
||||
## or, example with all parameters for headless setup
|
||||
gitlab-ci-multi-runner register -n \
|
||||
--url http://yourserv.gotgeeks.com/ci \
|
||||
--registration-token 1234 \
|
||||
--executor shell \
|
||||
--description "Dagens-MBP"
|
||||
|
Loading…
Reference in New Issue
Block a user