Revert kill on drone.yml because it doesn't work
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siklos 2022-08-08 16:57:40 +02:00
parent 9dcfc5f226
commit 2c66ff197a

View file

@ -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
@ -22,4 +21,3 @@ steps:
- node ./test-server/node-http.js &
- npm install
- npm run test:nowatch
- kill -2 %1 2>/dev/null