Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
380238f5
Commit
380238f5
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Plain Diff
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
!29
Add notes about linux CI setup
Pipeline
#27463
failed
6 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/linux.rst
+15
-0
15 additions, 0 deletions
doc/linux.rst
with
15 additions
and
0 deletions
doc/linux.rst
+
15
−
0
View file @
380238f5
...
@@ -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
========
========
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment