Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lambert Theisen
fenicsR13
Commits
877f575e
Commit
877f575e
authored
Jul 29, 2019
by
Lambert Theisen
Browse files
Update readme for recent CI changes
parent
b6436c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
877f575e
...
...
@@ -182,9 +182,13 @@ Developer Notes
print(sys.path)
- Gitlab CI Setup:
- The ``build`` stage has to be triggered manually when something in the setup changes. This is because it takes a fair amount of time.
- In ``~/.gitlab-runner/config.toml`` (for the runner):
- change priviliges to true
- Use local images: ``pull_policy = "if-not-present"``
- To ``[[runners]]`` add ``environment = ["DOCKER_TLS_CERTDIR="]```
- See https://gitlab.com/gitlab-org/gitlab-ce/issues/64959
- Run local: ``gitlab-runner exec docker --docker-privileged build`` or with ``build`` replaced by job name
- maybe local vars have to be change to use local Docker images because ``CI_REGISTRY``,... are not set
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment