1
0
Fork 0
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:
yunohost-bot 2023-11-09 12:45:20 +00:00
parent 9c0d18e518
commit d0038319e7
2 changed files with 2 additions and 31 deletions

View file

@ -25,26 +25,12 @@ GitLab Runner is a continuous integration tool to use with a GitLab instance (YN
![Screenshot of GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png)
## 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
* Official app website: <https://gitlab.com/gitlab-org/gitlab-runner>
* Official admin documentation: <https://docs.gitlab.com/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>
## Developer info

View file

@ -25,27 +25,12 @@ GitLab Runner est un outil d'intégration continue à utiliser avec une instance
![Capture décran de GitLab Runner](./doc/screenshots/ci-cd-test-deploy-illustration_2x.png)
## 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
* Site officiel de lapp : <https://gitlab.com/gitlab-org/gitlab-runner>
* Documentation officielle de ladmin : <https://docs.gitlab.com/runner/>
* Dépôt de code officiel de lapp : <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>
## Informations pour les développeurs