/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
527f65d8e6
commit
b2826ac228
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# FIRST, generate a [[runners]] block using command 'sudo gitlab-runner register'
|
||||||
|
# and THEN, add more options & modify options..
|
||||||
|
# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN.
|
||||||
|
|
||||||
# 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..
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue