Skip to content

Instantly share code, notes, and snippets.

@xMlex
Created September 13, 2017 05:02
Show Gist options
  • Save xMlex/8e29f448f4c739cc073e0b57d856fcbd to your computer and use it in GitHub Desktop.
Save xMlex/8e29f448f4c739cc073e0b57d856fcbd to your computer and use it in GitHub Desktop.
gitlab-runner config example
concurrent = 1
check_interval = 0
[[runners]]
name = "{name}"
url = "https://{host}/"
token = "{tocken}"
executor = "docker"
[runners.docker]
tls_verify = false
image = "{image}"
privileged = false
pull_policy="if-not-present"
disable_cache = false
volumes = ["/cache", "/root/.composer"]
shm_size = 0
[runners.cache]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment