/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
a926accb17
commit
780d8b580e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue