Add clone depth 50
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-09-13 20:38:17 +07:00
parent e0f16081b0
commit c47221cb13

View File

@ -1,10 +1,14 @@
kind: pipeline
type: docker
name: ci
clone:
depth: 50
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
- npm run build
- npm run build