Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
xxq250 2022-08-03 17:35:04 +08:00
parent eab8ed40aa
commit 7820dccdf4
1 changed files with 18 additions and 19 deletions

View File

@ -1,22 +1,21 @@
kind: pipeline
type: docker
name: pre
platform:
os: linux
kind: pipeline
type: docker
name: pre
platform:
os: linux
arch: amd64
steps:
- name: 编译构建
image: python
- name: Node编译
image: node
commands:
- npm config set registry https://registry.npm.taobao.org
- npm install -g cnpm
- npm install node-sass@4.12.0 --save
- cnpm install
trigger:
branch:
- pre_gitlink_server
event:
- push
- name: 编译构建
image: python2
- name: Node编译
image: node
commands:
- npm config set registry https://registry.npm.taobao.org
- npm install
- npm run build
trigger:
branch:
- pre_gitlink_server
event:
- push