相关疑难解决方法(0)

修改 gitlab-runner 的 PATH

我想在我的 Windows 10 机器上安装一个gitlab-runner(executor shaell)。我在 gitlab 服务器上开始工作,它总是以消息结束the command "git" cannot be found(大致翻译成英文)。事实上,git这不是我的道路的一部分。如何PATHgitlab-runner启动时修改shell 的变量?

To use git on the command line in windows I usually set it with the statement: PATH %PATH%C:\Program Files\Git\bin.

Is it documented somewhere, git has to be available to the runner? How can I see the command line the runner invokes (i.e. the call to git)?

gitlab gitlab-ci-runner

6
推荐指数
2
解决办法
9077
查看次数

标签 统计

gitlab ×1

gitlab-ci-runner ×1