diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2019-08-11 21:34:00 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-11 18:08:26 -0300 |
| commit | e1959f68d8b514ffd1f8702468c249704f4ca298 (patch) | |
| tree | 7384f8e771f3e282a2a94c857b3c19522af2938c /testing/gitlab-runner/gitlab-runner.confd | |
| parent | 14205276e50c4d1ad611ec07ad2f3a3825b486ba (diff) | |
| download | aports-e1959f68d8b514ffd1f8702468c249704f4ca298.tar.bz2 aports-e1959f68d8b514ffd1f8702468c249704f4ca298.tar.xz | |
testing/gitlab-runner: upgrade to 12.1.0
* Add -openrc subpkg
* Add gitlab-runner user
* Cleanup
Diffstat (limited to 'testing/gitlab-runner/gitlab-runner.confd')
| -rw-r--r-- | testing/gitlab-runner/gitlab-runner.confd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/gitlab-runner/gitlab-runner.confd b/testing/gitlab-runner/gitlab-runner.confd new file mode 100644 index 0000000000..98c3f285de --- /dev/null +++ b/testing/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" |
