Update '.drone.yml'

This commit is contained in:
sthope 2021-09-05 02:34:01 +02:00
parent 963bc55c07
commit a350dabe35

@ -2,12 +2,6 @@ kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- npm install
- npm test
- name: publish
image: plugins/docker
when: