- ‘config.toml’
/ ‘gitlab-runner_config_example/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
4509db348f
commit
f83f04d4c7
2 changed files with 15 additions and 15 deletions
15
config.toml
15
config.toml
|
|
@ -1,15 +0,0 @@
|
||||||
concurrent = 2
|
|
||||||
check_interval = 0
|
|
||||||
|
|
||||||
[session_server]
|
|
||||||
session_timeout = 1800
|
|
||||||
|
|
||||||
[[runners]]
|
|
||||||
name = "nosignal.hopto.org"
|
|
||||||
url = "https://nosignal.hopto.org/gitlab/"
|
|
||||||
token = "THE_TOKEN_HERE"
|
|
||||||
executor = "shell"
|
|
||||||
[runners.custom_build_dir]
|
|
||||||
[runners.cache]
|
|
||||||
[runners.cache.s3]
|
|
||||||
[runners.cache.gcs]
|
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
concurrent = 2
|
||||||
|
check_interval = 0
|
||||||
|
|
||||||
|
[session_server]
|
||||||
|
session_timeout = 1800
|
||||||
|
|
||||||
|
[[runners]]
|
||||||
|
name = "nosignal.hopto.org"
|
||||||
|
url = "https://nosignal.hopto.org/gitlab/"
|
||||||
|
token = "THE_TOKEN_HERE"
|
||||||
|
executor = "shell"
|
||||||
|
[runners.custom_build_dir]
|
||||||
|
[runners.cache]
|
||||||
|
[runners.cache.s3]
|
||||||
|
[runners.cache.gcs]
|
||||||
Loading…
Reference in a new issue