diff --git a/.drone.yml b/.drone.yml index 212d8c0..ecea4dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,6 @@ kind: pipeline name: default steps: -- name: test - image: node - commands: - - npm install - - npm test - - name: publish image: plugins/docker when: