跑步者配置
你的跑步者的配置位置是:
于 Debian / Ubuntu / CentOS 的
/etc/gitlab-runner/config.toml
如果以 root 身份运行
~/.gitlab-runner/config.toml
如果以非 root 身份运行
视窗
你的二进制文件所在的 config.toml
最小的 config.toml
可以是这样的:
concurrent = 1
[[runners]]
name = "ExampleRunner"
url = "https://example.com/ci"
token = "f3058595ca4b2d217726466b1feed9"
executor = "shell"
shell = "bash"
有关高级配置,请查看官方文档 。