Skip to content
Snippets Groups Projects
Commit 94be3a77 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc] Add more tips for the setup of the linux runner

parent eefc2aa2
No related branches found
No related tags found
No related merge requests found
Pipeline #27483 passed
...@@ -145,6 +145,26 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below) ...@@ -145,6 +145,26 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below)
(global) ``before_script`` phase in jobs requiring access to the registry. (global) ``before_script`` phase in jobs requiring access to the registry.
.. note::
If you'd like to allow the (shell-based) runner to clone repositories other
than the one being built, you need to ensure the following is configured at
``~/.ssh/config`` of the user running the ``gitlab-runner`` process
(typically ``gitlab-runner``):
.. code-block:: text
Host gitlab.idiap.ch
ForwardX11 no
ForwardX11Trusted no
ForwardAgent yes
StrictHostKeyChecking no
ControlMaster auto
ControlPath /tmp/%r@%h-%p
ControlPersist 600
Compression yes
Crontabs Crontabs
======== ========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment