chore: fix e2e

- Regression from #5948
- Use proper permission.
- Remove debug statement
This commit is contained in:
Gusted 2024-11-15 14:02:16 +01:00
parent 1e1b162cbe
commit 4a5d9d4b78
No known key found for this signature in database
GPG key ID: FD821B732837125F
3 changed files with 12 additions and 3 deletions

View file

@ -201,7 +201,6 @@ func InitTest(requireGitea bool) {
if err != nil {
log.Fatal("os.ReadDir: %v", err)
}
fmt.Println(ownerDirs)
for _, ownerDir := range ownerDirs {
if !ownerDir.Type().IsDir() {