Github pull request status updates

This commit is contained in:
Dan Cryer 2013-05-14 16:58:14 +01:00
commit 812dfcb95a
6 changed files with 87 additions and 7 deletions

View file

@ -36,7 +36,8 @@ class GithubController extends b8\Controller
try
{
$this->_buildStore->save($build);
$build = $this->_buildStore->save($build);
$build->sendStatusPostback();
}
catch(\Exception $ex)
{