Various bug fixes
This commit is contained in:
parent
0adaf0c400
commit
b47dfbd0b3
15 changed files with 82 additions and 43 deletions
|
|
@ -67,7 +67,7 @@ class GithubBuild extends RemoteGitBuild
|
|||
break;
|
||||
}
|
||||
|
||||
$url = \b8\Registry::getInstance()->get('install_url');
|
||||
$url = \b8\Config::getInstance()->get('phpci.url');
|
||||
$params = array( 'state' => $status,
|
||||
'target_url' => $url . '/build/view/' . $this->getId());
|
||||
$headers = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue