Merge fixes
This commit is contained in:
commit
72581aa01e
21 changed files with 618 additions and 97 deletions
|
|
@ -121,7 +121,7 @@ class BuildController extends \PHPCI\Controller
|
|||
$data = null;
|
||||
|
||||
if ($key && $build) {
|
||||
$data = $this->buildStore->getMeta($key, $build->getProjectId(), $buildId, $numBuilds);
|
||||
$data = $this->buildStore->getMeta($key, $build->getProjectId(), $buildId, $build->getBranch(), $numBuilds);
|
||||
}
|
||||
|
||||
die(json_encode($data));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue