Allow arbitrary repository URL
This commit is contained in:
parent
a8ad93bb66
commit
7f09e4df07
3 changed files with 15 additions and 3 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