summarylogtreecommitdiffstats
path: root/gitlab-runner.install
blob: a97d612fa9998e8be3b0a913302581bf1a5f814c (plain)
1
2
3
4
5
6
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"
}