fix cleanup: stop jail before rm

This commit is contained in:
2025-12-19 13:29:55 +01:00
parent b6b11429f9
commit da863a96c1

View File

@@ -24,6 +24,8 @@ steps:
- sysctl hw.physmem
- sysctl hw.usermem
# clean up earlier runs, if any
- if jls | grep -q test; then jail -r test; fi
- chflags -R noschg /jail
- rm -rf /jail