1
0

Fix bug where EGG would only query first page of remote repositories
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 1m42s
Build Docker and Deploy / Deploy to Server (push) Successful in 48s

This commit is contained in:
2023-08-28 02:35:04 +02:00
parent b28ca9238e
commit 3767fd3eec

View File

@@ -191,6 +191,7 @@ abstract class StandardGitConnection implements IRemoteSource
$this->logger->proclog("Found Repo in Remote: " . $jdata['full_name']);
$result []= $db->getOrCreateRepository($jdata['html_url'], $jdata['full_name'], $this->name);
$count++;
}
if ($count === 0) break;