Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
730 views
in Technique[技术] by (71.8m points)

gitlab-runner 提交代码无法运行

gitlab-ci.yml 文件内容

cache:
  key: ${CI_BUILD_REF_NAME}
  paths:
    - server/node_modules/
stages:
  - install_or_run
 
install_or_run:
  stage: install_or_run
  only:
    - feature_2.1.30_domestic_optimization
  script:
    - echo '开始安装依赖'
    - cd ./server
    - npm install
    - npm run start-test

报错信息
image.png

在注册的时候我选择:
Please enter the executor: docker-ssh, parallels, ssh, virtualbox, custom, docker, shell, docker+machine, docker-ssh+machine, kubernetes:

#写 shell


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...