/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’

This commit is contained in:
Dooho Yi 2020-04-12 16:52:45 +09:00
parent a926accb17
commit 780d8b580e

View file

@ -5,7 +5,7 @@
# example setup running CI @ docker # 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.. # 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 check_interval = 0
[session_server] [session_server]