Merge fixes

This commit is contained in:
Dan Cryer 2014-12-18 10:45:21 +00:00
commit 72581aa01e
21 changed files with 618 additions and 97 deletions

View file

@ -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));