-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(build): use tini
to reap zombie processes
#2959
Conversation
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2959 +/- ##
=======================================
Coverage 50.92% 50.92%
=======================================
Files 279 279
Lines 25180 25180
=======================================
Hits 12823 12823
Misses 11666 11666
Partials 691 691 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-1.0
git worktree add -d .worktree/backport-2959-to-release-1.0 origin/release-1.0
cd .worktree/backport-2959-to-release-1.0
git switch --create backport-2959-to-release-1.0
git cherry-pick -x 34c612821d126a3cb3f95ff6132cec0b248d988a |
Signed-off-by: Hidde Beydals <hidde@hhh.computer> (cherry picked from commit 34c6128)
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
Fixes #2926