Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e77a5a75fb
30 changed files with 1016 additions and 42 deletions
|
|
@ -28,6 +28,9 @@ class BuildFactory
|
|||
{
|
||||
switch($base->getProject()->getType())
|
||||
{
|
||||
case 'remote':
|
||||
$type = 'RemoteGitBuild';
|
||||
break;
|
||||
case 'local':
|
||||
$type = 'LocalBuild';
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue