This commit is contained in:
2025-04-15 01:40:50 +03:00
parent 240ee852c8
commit 35982a0ae7
2 changed files with 8 additions and 7 deletions

View File

@ -19,7 +19,6 @@ package build
import (
"log/slog"
"sync"
"syscall"
"gitea.plemya-x.ru/Plemya-x/ALR/internal/utils"
"gitea.plemya-x.ru/Plemya-x/ALR/pkg/manager"
@ -90,7 +89,5 @@ func NewMainBuilder(
repos: repos,
}
slog.Warn("uid", "uid", syscall.Getuid(), "gid", syscall.Getgid())
return builder, cleanup, nil
}