forked from Gitlink/forgeplus-react
Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
eab8ed40aa
commit
7820dccdf4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue