ci: minor cleanup of self-hosted runner references
This commit is contained in:
@@ -17,8 +17,7 @@ command -v stalwart >/dev/null || {
|
||||
exit 1
|
||||
}
|
||||
|
||||
# Kill any stalwart left over from a previous run (the CI self-hosted runner
|
||||
# keeps processes alive across jobs when a run is killed externally).
|
||||
# Kill any stalwart left over from a previous run.
|
||||
pkill -x stalwart 2>/dev/null && sleep 0.5 || true
|
||||
|
||||
# Pre-seed spam-filter version so Stalwart does not fetch it on first boot.
|
||||
|
||||
Reference in New Issue
Block a user