gitlab
diyiday
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gitlb-runner使用说明
安装gitlab-runner https://docs.gitlab.com/runner/install/index.html 使用 gitlab-runner 普通运行和docker运行等方式 https://docs.gitlab.com/runner/register/index.html#docker docker方式运行gitlab-runner docker run --rm -t...原创 2018-12-27 16:50:20 · 388 阅读 · 0 评论 -
gitlab-runner自动化部署配置
安装docker yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo yum install docker-ce-18.06.0.ce -y ...原创 2019-04-08 15:14:24 · 2980 阅读 · 2 评论 -
gitlab之gitlab-ci和gitlab-runner
gitlab之gitlab-ci和gitlab-runner<二> https://www.cnblogs.com/cuishuai/p/9717794.html转载 2019-05-20 16:26:00 · 969 阅读 · 0 评论 -
GitLab CI / CD环境变量
https://docs.gitlab.com/ee/ci/variables/#predefined-variables-environment-variables https://docs.gitlab.com/ee/ci/variables/predefined_variables.html转载 2019-06-15 21:31:46 · 9035 阅读 · 0 评论
分享