Commit 057f87c4 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Removed ENV Variables display in `gitlab:env:info` rake task

parent 27997424
......@@ -86,10 +86,6 @@ namespace :gitlab do
end
puts "Hooks:\t\t#{Gitlab.config.gitlab_shell.hooks_path}"
puts "Git:\t\t#{Gitlab.config.git.bin_path}"
puts ""
puts "Environment Variables".color(:yellow)
puts ENV.map{|k,v| %Q(#{k}="#{v}")}.join("\n")
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