mirror of
https://codeberg.org/scip/jaildk.git
synced 2026-02-04 11:50:57 +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