This commit is contained in:
parent
e0f16081b0
commit
c47221cb13
@ -1,10 +1,14 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 50
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: d.ctdn.net/node
|
image: d.ctdn.net/node
|
||||||
commands:
|
commands:
|
||||||
- npm config set registry https://r.ctdn.net
|
- npm config set registry https://r.ctdn.net
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user