Difference between revisions of "/etc/gitlab-runner/config.toml"
Jump to navigation
Jump to search
m (Welcome moved page Config.toml to Config.toml (gitlab-runner)) |
|||
Line 30: | Line 30: | ||
== See also == | == See also == | ||
* {{gitlab runner}} | * {{gitlab runner}} | ||
− | + | ||
[[Category:GitLab]] | [[Category:GitLab]] |
Revision as of 11:58, 13 February 2020
https://docs.gitlab.com/runner/configuration/advanced-configuration.html
cat /etc/gitlab-runner/config.toml concurrent = 1 check_interval = 0 [session_server] session_timeout = 1800 [[runners]] name = "YOUR_RUNNER_NAME" url = "https://URL_TO_YOUR_GITLAB" token = "5f0a9aee2a8456ce1d865fdf9c1ftt" executor = "docker" environment = ["GIT_SSL_NO_VERIFY=true"] [runners.docker] tls_verify = false image = "alpine:latest" privileged = true disable_cache = false volumes = ["/cache"] shm_size = 0 [runners.cache] [runners.cache.s3] [runners.cache.gcs]
See also
Advertising: