Drone CI Test

This commit is contained in:
MrKBear 2022-02-20 11:56:05 +08:00
parent 7f5bb836c7
commit 258f10af72

View File

@ -18,9 +18,6 @@ steps:
- npm config set registry https://registry.npm.taobao.org - npm config set registry https://registry.npm.taobao.org
- npm ci - npm ci
- npm run release-lab - npm run release-lab
when:
branch:
- master
volumes: volumes:
- name: publish - name: publish
@ -28,4 +25,8 @@ volumes:
path: /http/living-together-lab path: /http/living-together-lab
- name: node_modules - name: node_modules
host: host:
path: /tmp/node_modules/living-together path: /tmp/node_modules/living-together
trigger:
branch:
- master