diff --git a/ci/bin/run.sh b/ci/bin/run.sh index 7e46463..3edec5d 100755 --- a/ci/bin/run.sh +++ b/ci/bin/run.sh @@ -3,7 +3,8 @@ set -e set -x -trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT +trap 'kill $(jobs -p)' EXIT +#trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT export PATH="/usr/local/lib/nodejs/bin:${PATH}" # install deps