We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1233039 commit b6953feCopy full SHA for b6953fe
src/proxy/chain.js
@@ -2,14 +2,14 @@ const proc = require('./processors');
2
3
const pushActionChain = [
4
proc.push.parsePush,
5
- proc.push.preReceive,
6
proc.push.checkRepoInAuthorisedList,
7
proc.push.checkCommitMessages,
8
proc.push.checkAuthorEmails,
9
proc.push.checkUserPushPermission,
10
proc.push.checkIfWaitingAuth,
11
proc.push.pullRemote,
12
proc.push.writePack,
+ proc.push.preReceive,
13
proc.push.getDiff,
14
proc.push.clearBareClone,
15
proc.push.scanDiff,
0 commit comments