mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
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"
|
|
}
|