/ ‘gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
b2826ac228
commit
a926accb17
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.
|
||||||
|
|
||||||
# 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!
|
||||||
# but this builds really fast, because no image fetch/ no update packages, just make !
|
# but this builds really fast, because no image fetch/ no update packages, just make !
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue