mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
Explicit the executor used by the gitlab runner
This commit is contained in:
parent
ae4056be66
commit
55c6c6b0ad
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YN
|
||||||
|
|
||||||
How to configure this app: by the admin panel of GitLab or the settings "CI/CD" of your project.
|
How to configure this app: by the admin panel of GitLab or the settings "CI/CD" of your project.
|
||||||
|
|
||||||
|
### System configuration
|
||||||
|
|
||||||
|
Running a Gitlab Runner mandates to choose [an executor](https://docs.gitlab.com/runner/executors/) at registeration time (when the Gitlab Runner instance registers to a Gitlab instance). For now this YunoHost application only supports the `docker` executor.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
* Official documentation: https://docs.gitlab.com/runner/
|
* Official documentation: https://docs.gitlab.com/runner/
|
||||||
|
|
Loading…
Add table
Reference in a new issue