没有Docker的Gitlab runner

没有Docker的Gitlab runner,gitlab,gitlab-ci-runner,Gitlab,Gitlab Ci Runner,我已经在ubuntu 16.04上安装了gitlab runner 我已经设置了Executor=shell 我的项目托管在gitlab.com上,带有一个非常简单的yaml配置文件: dev: script: - pwd 我暂时不愿意使用Docker 作业日志为什么提到docker? $ pwd /builds/my_gitlab_name/my_project_name 将Docker executor与映像ruby:2.5一起使用 正在拉docker图像ruby:2.5 正在使用d

我已经在ubuntu 16.04上安装了gitlab runner

我已经设置了Executor=shell

我的项目托管在gitlab.com上,带有一个非常简单的yaml配置文件:

dev:
 script:
 - pwd
我暂时不愿意使用Docker

作业日志为什么提到docker?

$ pwd
/builds/my_gitlab_name/my_project_name
将Docker executor与映像ruby:2.5一起使用

正在拉docker图像ruby:2.5

正在使用docker映像。。。对于ruby:2.5

为什么提到执行pwd时不存在的路径?

$ pwd
/builds/my_gitlab_name/my_project_name

@山姆·哈特曼是对的,我的跑步者不是负责这份工作的人

我必须停用共享跑步者才能看到我的跑步者跑步

如果您需要这样做,只需转到


设置->CI/CD->展开运行程序->并在右侧窗格中为该项目的“禁用共享运行程序”命名共享运行程序clic

您没有提供足够的信息来调试您的问题。你确定使用的是你的跑步者而不是共享的跑步者吗?我相信你是对的。作业日志的右窗格中显示:Runner:shared-runners-manager-3.gitlab.com。我会努力改变这一点。