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

Merge branch 'nightlies' into 'master'

Add notes about linux CI setup

See merge request !29
parents 66057e82 033ece47
No related branches found
No related tags found
1 merge request!29Add notes about linux CI setup
Pipeline #27463 failed
...@@ -119,6 +119,21 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below) ...@@ -119,6 +119,21 @@ the values of ``<internal.ipv4.address>`` and ``<token>`` on the template below)
Insecure = false 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 Crontabs
======== ========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment