Commit 933b5669 authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker

no more single-value merge

parent 1d7b7d88
...@@ -156,9 +156,7 @@ class GitlabShell ...@@ -156,9 +156,7 @@ class GitlabShell
'GL_REPOSITORY' => @gl_repository 'GL_REPOSITORY' => @gl_repository
} }
if @gitaly && @gitaly.include?('token') if @gitaly && @gitaly.include?('token')
env.merge!({ env['GITALY_TOKEN'] = @gitaly['token']
'GITALY_TOKEN' => @gitaly['token']
})
end end
if git_trace_available? if git_trace_available?
......
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