mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
7 lines
338 B
Text
7 lines
338 B
Text
# Extra options passed to 'gitlab-runner run'
|
|
GITLAB_RUNNER_OPTS="--config /etc/gitlab-runner/config.toml --working-directory /var/lib/gitlab-runner --service gitlab-runner"
|
|
|
|
# Change to root if you want to run a system instance instead of a user one
|
|
GITLAB_RUNNER_USER="gitlab-runner"
|
|
# Same as above
|
|
GITLAB_RUNNER_GROUP="gitlab-runner"
|