Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚使用他们网站上的教程安装了 gitlab runner。我想知道我使用的这个安装是否使用多个运行器功能运行。我已经安装了这些:
我已经检查了他们两个都可以从 --help 文档运行多跑步者。此外,跑步gitlab-runner verify向我展示了我之前注册的 2 个跑步者到我的不同仓库。这是示例:
gitlab-runner verify
这是否意味着我有 2 个不同的跑步者?并运行异步?
谢谢,我是设置这种东西的新手哈哈哈
verify 的输出表明您正在运行两个跑步者。我对文档的看法是 multi-runner 启动了 gitlab-runner 的多个实例。
交互式运行 gitlab-runner ( ) 对我非常有帮助gitlab-runner run,这样我就可以在控制台中看到输出。一旦我按照我想要的方式获得了 config.toml(并且没有错误),我就可以运行gitlab-runner run.
gitlab-runner run