mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-19 21:51:02 +01:00
fix cleanup: stop jail before rm
This commit is contained in:
@@ -24,6 +24,8 @@ steps:
|
|||||||
- sysctl hw.physmem
|
- sysctl hw.physmem
|
||||||
- sysctl hw.usermem
|
- sysctl hw.usermem
|
||||||
|
|
||||||
|
# clean up earlier runs, if any
|
||||||
|
- if jls | grep -q test; then jail -r test; fi
|
||||||
- chflags -R noschg /jail
|
- chflags -R noschg /jail
|
||||||
- rm -rf /jail
|
- rm -rf /jail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user