From 93c9b5a05ad52067e18bac83d100af79a62e5fd5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 22 Feb 2019 13:23:39 +0100 Subject: [PATCH] [doc][linux] Minor update about the linux-ci installation (gitlab runner registration) [ci skip] --- doc/linux.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/linux.rst b/doc/linux.rst index 89bdee29..cba25433 100644 --- a/doc/linux.rst +++ b/doc/linux.rst @@ -74,10 +74,10 @@ this to `/etc/hosts`: Gitlab runner configuration =========================== -Once that is setup, install gitlab-runner from https://docs.gitlab.com/runner/install/linux-repository.html +Once that is setup, install gitlab-runner from https://docs.gitlab.com/runner/install/linux-repository.html, and then register it https://docs.gitlab.com/runner/register/. -We are currently using this (notice you need to replace the values of -``<internal.ipv4.address>`` and ``<token>`` on the template below): +We are currently using this kind of configuration (notice you need to replace +the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below): .. code-block:: ini -- GitLab