1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

Merge pull request #29 from paulRbr/patch-1

Explicit the executor used by the gitlab runner
This commit is contained in:
Kayou 2021-05-16 21:36:33 +02:00 committed by GitHub
commit 9bedb282c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -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/

View file

@ -21,6 +21,10 @@ GitLab Runner est un outil d'intégration continue à utiliser avec une instance
Comment configurer cette application: via le panneau d'administration de GitLab ou les paramettres "CI/CD" de votre projet. 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).
## Documentation ## Documentation
* Documentation officielle : https://docs.gitlab.com/runner/ * Documentation officielle : https://docs.gitlab.com/runner/