Skip to content

Instantly share code, notes, and snippets.

安装rpm仓库
# For Debian/Ubuntu/Mint (Debian维护者添加了相似的包,所以需要使用则需要修改)
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
# For RHEL/CentOS/Fedora
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
# For yum
#安装最新版本
yum install gitlab-runner