diff --git a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml new file mode 100644 index 0000000..a6c70bd --- /dev/null +++ b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml @@ -0,0 +1,15 @@ +concurrent = 2 +check_interval = 0 + +[session_server] + session_timeout = 1800 + +[[runners]] + name = "nosignal.hopto.org" + url = "https://nosignal.hopto.org/gitlab/" + token = "THE_TOKEN_HERE" + executor = "shell" + [runners.custom_build_dir] + [runners.cache] + [runners.cache.s3] + [runners.cache.gcs]