summarylogtreecommitdiffstats
path: root/gitlab-runner.install
blob: 28676f89116a611f1a737b50e8d1572df98a33c7 (plain)
1
2
3
4
5
6
7
8
post_install() {
  systemd-sysusers gitlab-runner.conf
  systemd-tmpfiles --create gitlab-runner.conf
  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"
}