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 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