Skip to content
Snippets Groups Projects

(Doc) Corrected code-blocks

Merged André MAYORAZ requested to merge fix-doc into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -139,7 +139,7 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below)
You must make both ``/scratch/builds`` and ``/scratch/cache`` owned by the
user running the ``gitlab-runner`` process. Typically, it is
``gitlab-runner``. These commands, in this case, are in order to complete
the setup::
the setup:
.. code-block:: sh
@@ -151,7 +151,7 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below)
Once the configuration is done, add the gitlab-runner user to the docker group
so it can do tasks related to Docker (images pulling, python client call,
etc.)::
etc.):
.. code-block:: sh
Loading