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':
$type = 'RemoteGitBuild';
break;
case 'gogs':
$type = 'RemoteGitBuild';
break;
case 'local':
$type = 'LocalBuild';
break;