remove unshare
Some checks failed
Build Project / build (push) Failing after 47s

This commit is contained in:
Dawid Sobczak 2025-04-20 09:25:22 +01:00
parent 15ca0301a6
commit af51df7530
3 changed files with 6 additions and 4 deletions

View file

@ -15,4 +15,5 @@
set -uex
exec unshare -nrm helpers/chroot-inner "$@"
# exec unshare -nrm helpers/chroot-inner "$@"
exec helpers/chroot-inner "$@"