Gitlab - Runner - 退出状态1

时间:2017-11-06 10:55:45

标签: javascript gitlab gitlab-ci gitlab-ci-runner

gitlab新手。尝试设置基本的跑步者来构建一个javascript网络应用程序。但是继续得到这个错误代码,我无法让它向我提供有关失败的更多信息。

ubuntu@********:/home/gitlab-runner/builds/bd82d0d6/0/${username}/${projectname}$ gitlab-runner --debug exec shell build-site
Runtime platform                                    arch=amd64 os=linux revision=96b34cc version=9.5.1
Running with gitlab-ci-multi-runner 9.5.1 (96b34cc)
  on  ()
Shell configuration: environment: []
dockercommand:
- sh
- -c
- "if [ -x /usr/local/bin/bash ]; then\n\texec /usr/local/bin/bash --login\nelif [
  -x /usr/bin/bash ]; then\n\texec /usr/bin/bash --login\nelif [ -x /bin/bash ]; then\n\texec
  /bin/bash --login\nelif [ -x /usr/local/bin/sh ]; then\n\texec /usr/local/bin/sh
  --login\nelif [ -x /usr/bin/sh ]; then\n\texec /usr/bin/sh --login\nelif [ -x /bin/sh
  ]; then\n\texec /bin/sh --login\nelse\n\techo shell not found\n\texit 1\nfi\n\n"
command: bash
arguments:
- --login
passfile: false
extension: ""
  job=1 project=0
Using Shell executor...
Waiting for signals...                              job=1 project=0
Running on ip-10-214-239-156...
Cloning repository...
Cloning into '/home/gitlab-runner/builds/bd82d0d6/0/${username}/${project}/builds/0/project-0'...
done.
Checking out 69fe5296 as HEAD...
Skipping Git submodules setup
$ npm install --verbose --debug
Running after script...
ERROR: Job failed: exit status 1
FATAL: exit status 1

1 个答案:

答案 0 :(得分:0)

愚蠢的错误。 gitlab机器上节点/ npm安装不正确。使用nvm并设置默认节点版本可以解决问题。

仍然奇怪的是,消息不是command npm not found