Reenable build polling
This commit is contained in:
parent
002dc083f2
commit
c4620a66a3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
$scope.repositoryBuildsResource = ApiService.getRepoBuildsAsResource(params, /* background */true).get(function(resp) {
|
||||
$scope.builds = resp.builds;
|
||||
callback(false);
|
||||
callback(true);
|
||||
}, errorHandler);
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue