From 7f4dcdb46b4ba15e2718770edb26d28221d405fb Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 9 Sep 2020 11:20:16 +0200 Subject: [PATCH] Add information, thanks jk_64 (forum) --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e6cfc8..0b32812 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ How to configure this app: by the admin panel of GitLab or the settings "CI/CD" ## 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. ## Links diff --git a/README_fr.md b/README_fr.md index 78539f9..6344989 100644 --- a/README_fr.md +++ b/README_fr.md @@ -36,6 +36,7 @@ Comment configurer cette application: via le panneau d'administration de GitLab * 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]]`. ## Links