Skip to content
Snippets Groups Projects
Commit 3c6a79a8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update readme

parent b052c7c6
No related branches found
No related tags found
No related merge requests found
Pipeline #5627 failed
# Usage
TBD
Register a runner with GitLab Runner and configure it like this:
```
[[runners]]
name = "DrupalCI"
url = "https://your.gitlab.url/"
token = "..."
executor = "docker"
[runners.docker]
tls_verify = false
image = "registry.lakedrops.com/docker/gitlab-drupal-ci"
privileged = true
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
shm_size = 0
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
```
# Credit
......
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