/ ‘gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml’
This commit is contained in:
parent
0c81b29ed8
commit
557b6b58c8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ check_interval = 0
|
||||||
[[runners]]
|
[[runners]]
|
||||||
name = "nosignal.hopto.org"
|
name = "nosignal.hopto.org"
|
||||||
url = "https://nosignal.hopto.org/gitlab/"
|
url = "https://nosignal.hopto.org/gitlab/"
|
||||||
token = "THE_TOKEN_HERE"
|
token = "A_GENERATED_TOKEN"
|
||||||
executor = "shell"
|
executor = "shell"
|
||||||
[runners.custom_build_dir]
|
[runners.custom_build_dir]
|
||||||
[runners.cache]
|
[runners.cache]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue