带有node.js的GitLab CI

sut*_*her 5 node.js gitlab-ci

我没有使用GitLab CI的经验.所以我选择使用node.js(https://about.gitlab.com/gitlab-ci/#gitlab-runner)并将其安装在我的本地机器上.

gcr在安装成功完成后运行.比我输入GitLabCI-URL和我的GitLab CI注册令牌.

在此之后我收到了十几次这条消息:

 gcr info [client] checking for builds... 
 gcr http 404 https://ci.gitlab.com/api/v1/builds/register.json
 gcr info [client] checking for builds... 
 gcr http 404 https://ci.gitlab.com/api/v1/builds/register.json 
Run Code Online (Sandbox Code Playgroud)

如果我在浏览器中输入上述URL,则控制台会显示以下消息:

无法加载资源:服务器响应状态为405(方法不允许)

任何人都可以帮助我获得GitLab CI和node.js连接的第一步吗?