跑步者配置

你的跑步者的配置位置是:

於 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"

有關高階配置,請檢視官方文件