From f83f04d4c7868004bb662e96bc7ef1f95a2b3ab6 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 15:33:02 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E2=80=98config.toml=E2=80=99=20/=20?= =?UTF-8?q?=E2=80=98gitlab-runner=5Fconfig=5Fexample/etc/gitlab-runner/con?= =?UTF-8?q?fig.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 15 --------------- .../etc/gitlab-runner/config.toml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index a6c70bd..0000000 --- a/config.toml +++ /dev/null @@ -1,15 +0,0 @@ -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] diff --git a/gitlab-runner_config_example/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/etc/gitlab-runner/config.toml index e69de29..a6c70bd 100644 --- a/gitlab-runner_config_example/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/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]