I am reading through GitLab CI Multirunner documentation where it walks one through how to set up a GitLab CI Multirunner executor, but I can't seem to find anything about changing the executor once initially set, either in the docs or searching online. Is this supported?
答案 0 :(得分:7)
The configuration is written to /etc/gitlab-runner/config.toml
which you can edit with your favourite editor, after which you need to reload or restart the runner service.
Here's documentation for the GitLab Multi Runner config.toml
file.