Skip to content

Commit 4bd643d

Browse files
committed
fix
1 parent 58e5d9e commit 4bd643d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tasks/run-local.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,9 @@ test_pr() {
264264
sleep 10
265265
done
266266

267-
kill $TASKS_PID
268-
wait $TASKS_PID || true
267+
# tell the tasks container iteration that we are done
268+
kill -TERM $TASKS_PID
269+
wait $TASKS_PID
269270

270271
LOG_PATH="${LOG_MATCH%<}"
271272

0 commit comments

Comments
 (0)