Skip to content
Snippets Groups Projects
Commit 2b078be1 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: remove Jenkins Git debugging.

parent 32603976
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,6 @@ module Homebrew
end
def git(*args)
puts "#{@repository}: git #{args.join " "}" if ENV["JENKINS_HOME"]
@repository.cd { Utils.popen_read("git", *args) }
end
......
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