Skip to content
Snippets Groups Projects
Commit 0943fe88 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Push via github web hooks works now

parent 44543b01
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -69,7 +69,7 @@ class ProjectsController < ApplicationController
 
# Support payload (like github) push
build_params = if params[:payload]
JSON.parse(params[:payload])
HashWithIndifferentAccess.new(JSON.parse(params[:payload]))
else
params
end.dup
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment