From a350dabe35f6ab5088006cc917f273e1672398b8 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 Sep 2021 02:34:01 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) 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: