mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
226 B
Text
6 lines
226 B
Text
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"
|
|
}
|