标签: gitlab
thumbnail
git

安装gitlab-runner创建CI/CD流水线

1.本地部署gitlab和gitlab容器 services: gitlab: image: 'gitlab/gitlab-ce:latest' restart: always container_name: gitlab hostna……