/ ‘gitlab-runner_config_example/shell/etc/gitlab-runner/config.toml’

This commit is contained in:
Dooho Yi 2020-04-12 16:43:42 +09:00
parent 0c81b29ed8
commit 557b6b58c8

View file

@ -7,7 +7,7 @@ check_interval = 0
[[runners]]
name = "nosignal.hopto.org"
url = "https://nosignal.hopto.org/gitlab/"
token = "THE_TOKEN_HERE"
token = "A_GENERATED_TOKEN"
executor = "shell"
[runners.custom_build_dir]
[runners.cache]