如何添加 GitLab Runner
Posted
技术标签:
【中文标题】如何添加 GitLab Runner【英文标题】:How to add GitLab Runner 【发布时间】:2021-06-27 09:33:30 【问题描述】:我在我的服务器上上传 GitLab,现在我想添加 GitLab Runner 但是当我尝试添加时出现错误
ERROR: Registering runner... failed runner=zcy-FDTo status=couldn't execute POST against https://gitlab.mysite.com/api/v4/runners: Post https://gitlab.mysite.com/api/v4/runners: x509: certificate signed by unknown authority
PANIC: Failed to register the runner. You may be having network problems.
什么是问题?我试试
sudo gitlab-runner register --url https://gitlab.mysite.com/ --registration-token -AMfssacrqy_UeFM4i9pb--
【问题讨论】:
【参考方案1】:我刚开始学习 Gitlab Runner,偶然发现了您的问题。 根据Gitab Runner troubleshooting guide,我建议检查您的主机网络连接和证书设置,因为您的错误(x509:由未知机构签名的证书)表明。
【讨论】:
以上是关于如何添加 GitLab Runner的主要内容,如果未能解决你的问题,请参考以下文章
如何将 SSO 集成添加到我的自我管理的 gitlab 实例中?
如何在 app.config xml 文件中添加 Gitlab 自定义变量