Skip to content
Snippets Groups Projects
Commit 713489a6 authored by Lukas Werner's avatar Lukas Werner
Browse files

Update README.md

parent 352e7825
Branches
No related tags found
No related merge requests found
# Runner setup
First, the runner has to be set up as a custom runner and registered with the corresponding GitLab instance following the standard procedure. When prompted for "Enter an executor:", type "custom".
First, the runner has to be set up as a custom runner and registered (using `gitlab-runner register`) with the corresponding GitLab instance following the standard procedure. When prompted for "Enter an executor:", type "custom".
The config (example in `runner_config`) needs to be adjusted to point with their `config_exec` and `run_exec` entries to the respective scripts in the runner_scripts folder. For a runner registered as root, the `config.toml` file is located in `/etc/gitlab-runner`; for non-root it is in `~/.gitlab-runner` ([Ref](https://docs.gitlab.com/runner/configuration/advanced-configuration.html)).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment