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 --- testing/gitlab-runner/gitlab-runner.initd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testing/gitlab-runner/gitlab-runner.initd (limited to 'testing/gitlab-runner/gitlab-runner.initd') diff --git a/testing/gitlab-runner/gitlab-runner.initd b/testing/gitlab-runner/gitlab-runner.initd deleted file mode 100644 index f0659a7ad3..0000000000 --- a/testing/gitlab-runner/gitlab-runner.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/sbin/openrc-run - -supervisor=supervise-daemon - -description="GitLab CI Runner" -name="Gitlab Runner" - -command="/usr/bin/gitlab-runner" -command_args="run ${GITLAB_RUNNER_OPTS}" -command_user="${GITLAB_RUNNER_USER}:${GITLAB_RUNNER_GROUP}" - -depend() { - need net -} -- cgit v1.2.3