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
'GL_REPOSITORY' => @gl_repository
}
if @gitaly && @gitaly.include?('token')
env.merge!({
'GITALY_TOKEN' => @gitaly['token']
})
env['GITALY_TOKEN'] = @gitaly['token']
end
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