Revert kill on drone.yml because it doesn't work
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9dcfc5f226
commit
2c66ff197a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
- npm run test:nowatch
|
Loading…
Add table
Add a link
Reference in a new issue