kind: pipeline
type: kubernetes
name: ci
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build