From 12ed9297cc33e7a691daed94b11c3bed26c313d9 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 15:31:35 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.toml b/config.toml index e69de29..a6c70bd 100644 --- a/config.toml +++ b/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]