Hopefully fixing the clone issues for Pull Requests

This commit is contained in:
Dan Cryer 2014-05-12 16:28:48 +01:00
commit a64add4bf6
2 changed files with 2 additions and 2 deletions

View file

@ -252,7 +252,7 @@ class WebhookController extends \PHPCI\Controller
if (!is_null($extra)) {
$build->setExtra(json_encode($extra));
}
$build = BuildFactory::getBuild($this->buildStore->save($build));
// Send a status postback if the build type provides one: