From 780d8b580e285c7319a8909fe09fa558c868a382 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 16:52:45 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98gitlab-runner=5Fconfig=5Fexample/d?= =?UTF-8?q?ocker/etc/gitlab-runner/config.toml=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker/etc/gitlab-runner/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml index e28da7a..4a2329b 100644 --- a/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml +++ b/gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml @@ -5,7 +5,7 @@ # example setup running CI @ docker # with this, every commit will refresh whole python packages.. will take 1 min. ==> slow. but up to date all the time.. -concurrent = 2 +concurrent = 2 # this should be > 0 check_interval = 0 [session_server]