1
0
Fork 0

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

This commit is contained in:
Mike Schwörer 2023-08-28 02:35:04 +02:00
parent b28ca9238e
commit 3767fd3eec
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 1 additions and 0 deletions

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;