From 0db2687ebc5c50a6f95cc9acaeab87fd4c37b0b1 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:52:57 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/s?= =?UTF-8?q?hell/etc/gitlab-runner/config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shell/etc/gitlab-runner/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml index 7527edd..5cac6f6 100644 --- a/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml @@ -6,7 +6,7 @@ # this means you need to manage python3 repos @ localhost by yourself! # but this builds really fast, because no image fetch/ no update packages, just make ! -concurrent = 2 +concurrent = 2 # this should be > 0 check_interval = 0 [session_server]