/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
551a7d3c99
commit
f555297263
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
# 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
|
||||||
check_interval = 0
|
check_interval = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue