mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Return the build from applyPlan instead of the plan
Summary: Nothing inside Phabricator uses the return value of this method, but returning the actual build instance is far more useful (for kicking off builds in an application and storing the build PHID against another object). Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9494
This commit is contained in:
parent
cbd95b91b5
commit
14198d62fb
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ final class HarbormasterBuildable extends HarbormasterDAO
|
|||
'buildID' => $build->getID()
|
||||
));
|
||||
|
||||
return $this;
|
||||
return $build;
|
||||
}
|
||||
|
||||
public function getConfiguration() {
|
||||
|
|
Loading…
Reference in a new issue