Hopefully fixing the clone issues for Pull Requests
This commit is contained in:
parent
6d8774fab2
commit
a64add4bf6
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue