From 8964bea8df421bfa5f13ed576159e3af6223f81f Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Tue, 20 Aug 2019 16:27:08 +0000 Subject: community/gitlab-runner: move from testing --- community/gitlab-runner/gitlab-runner.confd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/gitlab-runner/gitlab-runner.confd (limited to 'community/gitlab-runner/gitlab-runner.confd') diff --git a/community/gitlab-runner/gitlab-runner.confd b/community/gitlab-runner/gitlab-runner.confd new file mode 100644 index 0000000000..98c3f285de --- /dev/null +++ b/community/gitlab-runner/gitlab-runner.confd @@ -0,0 +1,7 @@ +# 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" -- cgit v1.2.3