mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
Auto-update README
This commit is contained in:
parent
9c0d18e518
commit
d0038319e7
2 changed files with 2 additions and 31 deletions
16
README.md
16
README.md
|
@ -25,26 +25,12 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YN
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
## 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](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.
|
|
||||||
|
|
||||||
## Additional information
|
|
||||||
|
|
||||||
* To retrieve the information to be provided to the installation such as the `token` or the `gitlab'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 add `dns_search = [“you.domain.tld”]` in the section `[[runners]]` section.
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://gitlab.com/gitlab-org/gitlab-runner>
|
* Official app website: <https://gitlab.com/gitlab-org/gitlab-runner>
|
||||||
* Official admin documentation: <https://docs.gitlab.com/runner/>
|
* Official admin documentation: <https://docs.gitlab.com/runner/>
|
||||||
* Upstream app code repository: <https://gitlab.com/gitlab-org/gitlab-runner>
|
* Upstream app code repository: <https://gitlab.com/gitlab-org/gitlab-runner>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/gitlab-runner>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
17
README_fr.md
17
README_fr.md
|
@ -25,27 +25,12 @@ GitLab Runner est un outil d'intégration continue à utiliser avec une instance
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
Comment configurer cette application: via le panneau d'administration de GitLab ou les paramettres "CI/CD" de votre projet.
|
|
||||||
|
|
||||||
### Configuration système
|
|
||||||
|
|
||||||
Lors du premier démarrage d'un Gitlab Runner, [un exécuteur](https://docs.gitlab.com/runner/executors/) doit être choisi (Lorsque l'instance Gitlab Runner s'enregistre auprès d'une instance Gitlab). Pour l'instant, cette application YunoHost ne supporte que l'[exécuteur `docker`](https://docs.gitlab.com/runner/executors/docker.html).
|
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
* Pour récupérer les informations à fournir à l'installation comme le `token` ou `l'url gitlab` vous devez vous rendre ici : `Settings->CI/CD->Runners->"Set up a specific Runner manually"` dans le projet
|
|
||||||
ou la section admin de l'instance GitLab à relier à ce runner.
|
|
||||||
* Si vous avez ce message pendant un travail : `Could not resolve host : you.domain.tld`, vous pouvez ajouter `dns_search = ["you.domain.tld"]` dans la section `[[runners]]`.
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://gitlab.com/gitlab-org/gitlab-runner>
|
* Site officiel de l’app : <https://gitlab.com/gitlab-org/gitlab-runner>
|
||||||
* Documentation officielle de l’admin : <https://docs.gitlab.com/runner/>
|
* Documentation officielle de l’admin : <https://docs.gitlab.com/runner/>
|
||||||
* Dépôt de code officiel de l’app : <https://gitlab.com/gitlab-org/gitlab-runner>
|
* Dépôt de code officiel de l’app : <https://gitlab.com/gitlab-org/gitlab-runner>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/gitlab-runner>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/gitlab-runner_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
Loading…
Add table
Reference in a new issue