Build all the affected merge requests.
It was returning after triggering one
This commit is contained in:
parent
42283655f6
commit
7f8f9f861e
|
@ -420,7 +420,6 @@ public class GitLabWebHook implements UnprotectedRootAction {
|
|||
} finally {
|
||||
SecurityContextHolder.getContext().setAuthentication(old);
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in New Issue