Build all the affected merge requests.

It was returning after triggering one
This commit is contained in:
Tom Andrews 2015-08-19 12:28:31 +01:00
parent 42283655f6
commit 7f8f9f861e
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ public class GitLabWebHook implements UnprotectedRootAction {
} finally {
SecurityContextHolder.getContext().setAuthentication(old);
}
return;
}
}
} catch (Exception e) {