PKGBUILDs/community/gitlab-runner/gitlab-runner.install

7 lines
226 B
Plaintext
Raw Normal View History

2019-05-03 20:54:37 +00:00
post_install() {
echo "Register the runner as root using"
echo "# gitlab-ci-multi-runner register"
echo "Configure the runner in /etc/gitlab-runner/config.toml"
echo "Use gitlab-runner.service to control the runner"
}