Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 769 Bytes

gitlab-ci.md

File metadata and controls

30 lines (17 loc) · 769 Bytes

centos 安装 gitlab ci

用 git 用户安装

安装 gitlab-ci-runner

curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh | sudo bash
yum install -y gitlab-ci-multi-runner

docker 方式安装 gitlab-ci-runner

配置

概念

Pipeline > Stages > Jobs

References