/ ‘gitlab-runner_config_example/docker/etc/gitlab-runner/config.toml’
/ ‘gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
c0db1be661
commit
45de6dcdb6
2 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
# and THEN, add more options & modify options..
|
||||
# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN.
|
||||
|
||||
# https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register
|
||||
|
||||
# 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..
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# and THEN, add more options & modify options..
|
||||
# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN.
|
||||
|
||||
# https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register
|
||||
|
||||
# simple setup running CI @ localhost
|
||||
# this means you need to manage python3 repos @ localhost by yourself!
|
||||
# but this builds really fast, because no image fetch/ no update packages, just make !
|
||||
|
|
|
|||
Loading…
Reference in a new issue