aports/community/gitlab-runner/gitlab-runner.confd
2019-08-20 16:27:17 +00:00

8 lines
338 B
Plaintext

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