我使用ssh-executor从本地机器运行gitlab-runner失败了。
同时我可以运行git clone git@mygitlab.myserver.com
,因为我觉得我的ssh设置没问题。但是当我尝试使用与gitlab-runner相同的机器运行作业时,结果为:
Using SSH executor...
GitLab: Disallowed command
ERROR: Job failed: Process exited with: 1. Reason was: ()
在我的gitlab-shell.log
中:
gitlab-shell: Attempt to execute disallowed command <$'bash' $'--login'> by user with key
我的 GitLab 组件:
GitLab 9.3.6
GitLab Shell 5.1.1
GitLab Workhorse 2.1.1
GitLab API v4
Git 2.13.0
Ruby 2.3.3p222
Rails 4.2.8
postgresql 9.6.3
gitlab浇道:
Version: 9.3.0
Git revision: 3df822b
Git branch: 9-3-stable
GO version: go1.7.5
希望你能帮助我解决这个问题。谢谢!