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
报错信息
在注册的时候我选择:
Please enter the executor: docker-ssh, parallels, ssh, virtualbox, custom, docker, shell, docker+machine, docker-ssh+machine, kubernetes:
#写 shell
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…