Created
August 30, 2018 17:20
-
-
Save gounthar/31d41be5afb4b2c3ce0c66dfc1f00f33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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