aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitlab-runner/gitlab-runner.confd
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 16:27:08 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-08-20 16:27:17 +0000
commit8964bea8df421bfa5f13ed576159e3af6223f81f (patch)
tree2523eb9c334840152e98114fdeff07c6ee170d2d /community/gitlab-runner/gitlab-runner.confd
parentba4b80258f4bfb90da9667a29d3e2ebe7849d0c1 (diff)
downloadaports-8964bea8df421bfa5f13ed576159e3af6223f81f.tar.bz2
aports-8964bea8df421bfa5f13ed576159e3af6223f81f.tar.xz
community/gitlab-runner: move from testing
Diffstat (limited to 'community/gitlab-runner/gitlab-runner.confd')
-rw-r--r--community/gitlab-runner/gitlab-runner.confd7
1 files changed, 7 insertions, 0 deletions
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"