Skip to content

Instantly share code, notes, and snippets.

@gounthar
Created August 30, 2018 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gounthar/31d41be5afb4b2c3ce0c66dfc1f00f33 to your computer and use it in GitHub Desktop.
Save gounthar/31d41be5afb4b2c3ce0c66dfc1f00f33 to your computer and use it in GitHub Desktop.
concurrent = 1
check_interval = 0
[[runners]]
name = "Raspberry Pi 3B+ Runner (Hypriot)"
url = "https://gitlab.com/"
token = "the_token_that_is_yours_and_yours_alone"
executor = "docker"
[runners.docker]
tls_verify = false
image = "klud/docker:17.06.2"
disable_cache = false
shm_size = 0
privileged = true
volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
[runners.cache]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment