Commit 681f07a7 authored by Patricio Cano's avatar Patricio Cano

Set the correct `GL_PROTOCOL` in the environment when rebasing.

parent ed351b00
......@@ -107,7 +107,7 @@ module MergeRequests
end
def git_env
{ 'GL_ID' => Gitlab::GlId.gl_id(current_user) }
{ 'GL_ID' => Gitlab::GlId.gl_id(current_user), 'GL_PROTOCOL' => 'web' }
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment