You've already forked gitlab-runner
fix: added setup clone-url and customize concurrent
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
gitlab-runner register
|
||||
--non-interactive
|
||||
--url {{ gitlab_runner_instance_url }}
|
||||
--clone-url {{ gitlab_runner_instance_url }}
|
||||
--registration-token {{ gitlab_runner_registration_token }}
|
||||
--executor docker
|
||||
--description "{{ gitlab_runner_runner_description }}"
|
||||
@@ -22,6 +23,7 @@
|
||||
gitlab-runner register
|
||||
--non-interactive
|
||||
--url {{ gitlab_runner_instance_url }}
|
||||
--clone-url {{ gitlab_runner_instance_url }}
|
||||
--registration-token {{ gitlab_runner_registration_token }}
|
||||
--executor shell
|
||||
--description "{{ gitlab_runner_runner_description }}"
|
||||
|
||||
Reference in New Issue
Block a user