mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
867 B
867 B
Configuration
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 at registeration time (when the Gitlab Runner instance registers to a Gitlab instance). For now this YunoHost application only supports the docker
executor.
Additional information
- To retrieve the information to be provided to the installation such as the
token
or thegitlab's url
you must go here:Settings->CI/CD->Runners->"Set up a specific Runner manually"
in the project or admin section of the GitLab instance to link to this runner. - If you get this message during a job:
Could not resolve host: you.domain.tld
, you can adddns_search = [“you.domain.tld”]
in the section[[runners]]
section.