From 55c6c6b0ade30e780e0094f143562b323bfe4182 Mon Sep 17 00:00:00 2001 From: Paul B Date: Thu, 11 Feb 2021 10:31:50 +0100 Subject: [PATCH 1/2] Explicit the executor used by the gitlab runner --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0005258..e328dda 100644 --- a/README.md +++ b/README.md @@ -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. +### 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 * Official documentation: https://docs.gitlab.com/runner/ From 94b357ecdf850647431b754aceb59a9335147b12 Mon Sep 17 00:00:00 2001 From: Paul B Date: Thu, 11 Feb 2021 10:35:27 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Expliciter=20la=20configuration=20de=20l'ex?= =?UTF-8?q?=C3=A9cuteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_fr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README_fr.md b/README_fr.md index c40265b..5045f05 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. +### 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 officielle : https://docs.gitlab.com/runner/