sendStatusPostback fix.

This commit is contained in:
Dmitry Khomutov 2017-07-02 16:45:25 +07:00
commit a9309a1feb
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 14 additions and 8 deletions

View file

@ -93,6 +93,7 @@ class BuildService
$build->setExtraValues($extra);
}
/** @var Build $build */
$build = $this->buildStore->save($build);
$buildId = $build->getId();