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

[doc] Add notes about linux CI setup

parent 66057e82
No related branches found
No related tags found
1 merge request!29Add notes about linux CI setup
Pipeline #27462 canceled
......@@ -119,6 +119,21 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below)
Insecure = false
.. note::
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::
.. code-block:: sh
$ mkdir /scratch/builds
$ chown gitlab-runner:gitlab-runner /scratch/builds
$ mkdir /scratch/cache
$ chown gitlab-runner:gitlab-runner /scratch/cache
Crontabs
========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment