Skip to content

Instantly share code, notes, and snippets.

@gabrielhamel
Last active March 15, 2021 15:49
Show Gist options
  • Save gabrielhamel/dd93bb40c7d274a0727af8b652d08d8d to your computer and use it in GitHub Desktop.
Save gabrielhamel/dd93bb40c7d274a0727af8b652d08d8d to your computer and use it in GitHub Desktop.
concurrent = 1
check_interval = 0
[session_server]
session_timeout = 1800
[[runners]]
name = "My custom Gitlab runner"
url = "https://gitlab.com"
token = "<runner_token>"
executor = "docker"
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[runners.cache.azure]
[runners.docker]
tls_verify = false
image = "alpine"
privileged = false
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = false
volumes = ["/cache"]
shm_size = 0
@gabrielhamel
Copy link
Author

Replace <runner_token> by the token written in gitlab admin interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment