Gogs integration

This commit is contained in:
Simon Vieille 2016-12-05 01:19:45 +01:00
parent 222c397b0b
commit adbf294b0b

View file

@ -48,6 +48,9 @@ class BuildFactory
case 'remote': case 'remote':
$type = 'RemoteGitBuild'; $type = 'RemoteGitBuild';
break; break;
case 'gogs':
$type = 'RemoteGitBuild';
break;
case 'local': case 'local':
$type = 'LocalBuild'; $type = 'LocalBuild';
break; break;