mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 02:44:52 +09:00
PostReceiveR hook handler: Don't raise error, otherwise VCS push fails
This commit is contained in:
parent
482e2e806e
commit
a96fcb8835
1 changed files with 1 additions and 2 deletions
|
@ -522,8 +522,7 @@ postRepoUnfollowR :: KeyHashid Repo -> Handler ()
|
|||
postRepoUnfollowR _ = error "Temporarily disabled"
|
||||
|
||||
postPostReceiveR :: Handler Text
|
||||
postPostReceiveR = do
|
||||
error "Temporarily disabled"
|
||||
postPostReceiveR = return "Temporarily disabled, no Push activity published"
|
||||
{-
|
||||
push <- requireCheckJsonBody
|
||||
(pushAP, shr, rp) <- push2ap push
|
||||
|
|
Loading…
Reference in a new issue