also uninstall

This commit is contained in:
2025-12-19 13:31:22 +01:00
parent da863a96c1
commit 895508b607

View File

@@ -25,7 +25,7 @@ steps:
- sysctl hw.usermem - sysctl hw.usermem
# clean up earlier runs, if any # clean up earlier runs, if any
- if jls | grep -q test; then jail -r test; fi - if jls | grep -q test; then jail -r test; /jail/bin/jaildk uninstall test; fi
- chflags -R noschg /jail - chflags -R noschg /jail
- rm -rf /jail - rm -rf /jail