test-bot: remove --debug flag.
Too spammy in the output. May consider readding later to specific commands.
This commit is contained in:
parent
cf204b6234
commit
862c0ddf4a
@ -646,7 +646,7 @@ module Homebrew
|
|||||||
if ARGV.include? '--ci-master' or ARGV.include? '--ci-pr' \
|
if ARGV.include? '--ci-master' or ARGV.include? '--ci-pr' \
|
||||||
or ARGV.include? '--ci-testing'
|
or ARGV.include? '--ci-testing'
|
||||||
ARGV << "--cleanup" if ENV["JENKINS_HOME"] || ENV["TRAVIS_COMMIT"]
|
ARGV << "--cleanup" if ENV["JENKINS_HOME"] || ENV["TRAVIS_COMMIT"]
|
||||||
ARGV << "--junit" << "--local" << "--debug"
|
ARGV << "--junit" << "--local"
|
||||||
end
|
end
|
||||||
if ARGV.include? '--ci-master'
|
if ARGV.include? '--ci-master'
|
||||||
ARGV << '--no-bottle' << '--email'
|
ARGV << '--no-bottle' << '--email'
|
||||||
@ -695,7 +695,7 @@ module Homebrew
|
|||||||
raise "Missing BINTRAY_USER or BINTRAY_KEY variables!"
|
raise "Missing BINTRAY_USER or BINTRAY_KEY variables!"
|
||||||
end
|
end
|
||||||
|
|
||||||
ARGV << '--verbose' << '--debug'
|
ARGV << '--verbose'
|
||||||
|
|
||||||
bottles = Dir["#{jenkins}/jobs/#{job}/configurations/axis-version/*/builds/#{id}/archive/*.bottle*.*"]
|
bottles = Dir["#{jenkins}/jobs/#{job}/configurations/axis-version/*/builds/#{id}/archive/*.bottle*.*"]
|
||||||
return if bottles.empty?
|
return if bottles.empty?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user