Skip to content

Instantly share code, notes, and snippets.

@jonathanborges
Created February 6, 2018 17:03
Show Gist options
  • Save jonathanborges/1428f1d9a8fad113de2cd3c6639972a3 to your computer and use it in GitHub Desktop.
Save jonathanborges/1428f1d9a8fad113de2cd3c6639972a3 to your computer and use it in GitHub Desktop.
Gitlab Runner Config
[[runners]]
name = "rdponline-docker"
url = "https://gitlab.com/"
token = "152d782cda979eff7b7f30ee4ce67d"
executor = "docker"
builds_dir = "/apptest/builds"
[runners.docker]
tls_verify = false
image = "node:carbon"
privileged = false
disable_cache = false
volumes = ["/cache", "/apptest:/apptest"]
shm_size = 0
[runners.cache]
[[runners]]
name = "rdponline-shell"
url = "https://gitlab.com/"
token = "d49e327d101b9020bace200ab1a4e2"
executor = "shell"
builds_dir = "/apptest/builds"
[runners.cache]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment