博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
GitLab Runner and CICD
阅读量:4598 次
发布时间:2019-06-09

本文共 837 字,大约阅读时间需要 2 分钟。

1 # Linux x86-642  sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd643 4  # Linux x865  sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-3866 7  # Linux arm8  sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-arm
1 chmod +x /usr/local/bin/gitlab-runner2 3 curl -sSL https://get.docker.com/ | sh4 5 useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash6 7 gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner8 9 gitlab-runner start
1 #注册runner2 gitlab-runner register3 gitlab-runner restart

 

转载于:https://www.cnblogs.com/ipyanthony/p/10973595.html

你可能感兴趣的文章
mysql命令gruop by报错this is incompatible with sql_mode=only_full_group_by
查看>>
LeetCode55 Jump Game
查看>>
poj 3764 The xor-longest Path (01 Trie)
查看>>
预备作业01
查看>>
【Spark】Spark-Redis连接池
查看>>
【云计算】使用supervisor管理Docker多进程-ntpd+uwsgi+nginx示例最佳实践
查看>>
Ubuntu16.04下配置ssh免密登录
查看>>
实验二 2
查看>>
will-change属性
查看>>
android学习笔记54——ContentProvider
查看>>
Unity3d android开发之触摸操作识别-双击,滑动去噪处理
查看>>
Custom view * is not using the 2- or 3-argument View constructors; XML attributes will not work
查看>>
模型选择准则
查看>>
安卓动态增加按钮
查看>>
iOS7程序后台运行
查看>>
maven+testng+reportng的pom设置
查看>>
IT telephone interview
查看>>
gitlab安装配置
查看>>
ps载入画笔
查看>>
悲怆:IT人的一声叹息->一个程序员的自白[转帖]
查看>>