diff --git a/PHPCI/BuildFactory.php b/PHPCI/BuildFactory.php index 91e618a8..900ebb94 100644 --- a/PHPCI/BuildFactory.php +++ b/PHPCI/BuildFactory.php @@ -48,6 +48,9 @@ class BuildFactory case 'remote': $type = 'RemoteGitBuild'; break; + case 'gogs': + $type = 'RemoteGitBuild'; + break; case 'local': $type = 'LocalBuild'; break;