From 2c66ff197a6f16096588f9541bd51ad9ffa3a309 Mon Sep 17 00:00:00 2001 From: Siklos Date: Mon, 8 Aug 2022 16:57:40 +0200 Subject: [PATCH] Revert kill on drone.yml because it doesn't work --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8d7a147..0a843af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,6 @@ steps: - node ./test-server/node-http.js & - npm install - npm run test:nowatch - - kill -2 %1 2>/dev/null --- kind: pipeline @@ -21,5 +20,4 @@ steps: commands: - node ./test-server/node-http.js & - npm install - - npm run test:nowatch - - kill -2 %1 2>/dev/null \ No newline at end of file + - npm run test:nowatch \ No newline at end of file