We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc3a9e commit 199fccbCopy full SHA for 199fccb
1 file changed
local-ci.sh
@@ -162,6 +162,7 @@ cleanup_exit() {
162
trap '' ERR EXIT
163
164
# Kill all background jobs
165
+ #shellcheck disable=SC2046
166
kill $(jobs -p) 2>/dev/null || true
167
wait
168
0 commit comments