eb6738e14a
GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs. WWW: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master
17 lines
390 B
Text
17 lines
390 B
Text
==============================================================================
|
|
To enable gitlab-runner:
|
|
|
|
sysrc gitlab_runner_enable=yes
|
|
|
|
To start gitlab-runner:
|
|
|
|
service gitlab_runner start
|
|
|
|
To register with GitLab:
|
|
|
|
service gitlab_runner register
|
|
|
|
To list status of GitLab:
|
|
|
|
service gitlab_runner list
|
|
==============================================================================
|