Push causes Resque Job Failure
Closed
Push causes Resque Job Failure
Created by: ctalkington
I noticed tonight, using latest commit, that when I went to push an update, the post_receive job failed with below error:
Class: PostReceive
Arguments:
"phped-tools"
"54d27c04bace4570666639e8c1f28a25364e18ef"
"e1bf6bc48ffa7a5b435267a80c8ffdb473e10499"
"refs/heads/master"
Exception: ArgumentError
Error: wrong number of arguments (4 for 5)
gitlabhq/app/workers/post_receive.rb:4:in 'perform'
Created by: ctalkington
I'm not sure if its related but I know there is an update_hooks rake that I have tried to run a few times now but always get the below error. Thanks.
Edit: I just edited a project (via gitlab) and it updated the post_receive hook file. I am guessing this is what the rake should of done had it been working?
Starting Projects undefined method `repository' for #<Project:0x00000021057618>undefined method `repository' for #<Project:0x0000002105e008> Done with projects
By Administrator on 2012-03-11T04:29:02 (imported from GitLab project)
Please register or sign in to reply