Fixes for Gogs build and webhook. Issue #13
This commit is contained in:
parent
cc618b0c80
commit
9e478fd821
12 changed files with 54 additions and 97 deletions
|
|
@ -66,6 +66,9 @@ class BuildFactory
|
|||
case 'svn':
|
||||
$type = 'SubversionBuild';
|
||||
break;
|
||||
case 'gogs':
|
||||
$type = 'GogsBuild';
|
||||
break;
|
||||
default:
|
||||
return $build;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue