Fixing summary table so it doesn't completely die when there is a running build.

This commit is contained in:
Dan Cryer 2013-10-10 01:26:06 +01:00
commit d46ea12dd7
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ class GithubBuild extends RemoteGitBuild
$http->setHeaders($headers);
$res = $http->request('POST', $url, json_encode($params));
}
/**