/ ‘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:
Dooho Yi 2020-04-12 17:17:52 +09:00
parent 45de6dcdb6
commit b65552515f
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN. # 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 # https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register
# https://docs.gitlab.com/runner/configuration/advanced-configuration.html
# 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..

View file

@ -3,6 +3,7 @@
# because the registration must be done explicitly from commnadline.. to get A_GENERATED_TOKEN. # 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 # https://docs.gitlab.com/runner/commands/README.html#gitlab-runner-register
# https://docs.gitlab.com/runner/configuration/advanced-configuration.html
# simple setup running CI @ localhost # simple setup running CI @ localhost
# this means you need to manage python3 repos @ localhost by yourself! # this means you need to manage python3 repos @ localhost by yourself!