No down.sh in CI
This commit is contained in:
parent
57a9417afc
commit
25ff5888ba
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
cd $(dirname $0)
|
||||
|
||||
ps | grep node | grep -v grep | awk '{print "kill " $1}' | sh
|
||||
if [ $CI ]; then exit $rc; fi
|
||||
|
||||
ps | grep node | grep -v grep | awk '{print "kill " $1}' | /bin/bash
|
||||
docker-compose down
|
||||
|
@ -5,7 +5,6 @@ cd $(dirname $0)
|
||||
|
||||
yarn mocha -b ./test.js
|
||||
rc=$?
|
||||
if [ $CI ]; then exit $rc; fi
|
||||
|
||||
../e2e-commons/down.sh
|
||||
exit $rc
|
||||
|
Loading…
Reference in New Issue
Block a user