aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2014-10-24 14:27:01 +0100
committerMike McQuaid2014-10-24 14:27:04 +0100
commit28b09f17fd84d08df24b68e0ff0e3bb237ec5e74 (patch)
tree4b726da56e9974ad32cec4cf7c00c6166f08f2fa /Library/Homebrew
parentb4f8faf6abcd509030bf0abd50ba52d6969bc6db (diff)
downloadhomebrew-28b09f17fd84d08df24b68e0ff0e3bb237ec5e74.tar.bz2
brew-test-bot: just use ci-upload flag.
Can combine testing and PR upload jobs into a single one.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index f38950842..742fda12d 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -18,8 +18,7 @@
# --ci-master: Shortcut for Homebrew master branch CI options.
# --ci-pr: Shortcut for Homebrew pull request CI options.
# --ci-testing: Shortcut for Homebrew testing CI options.
-# --ci-pr-upload: Homebrew CI pull request bottle upload.
-# --ci-testing-upload: Homebrew CI testing bottle upload.
+# --ci-upload: Homebrew CI bottle upload.
require 'formula'
require 'utils'
@@ -543,7 +542,7 @@ module Homebrew
ENV['HOMEBREW_LOGS'] = "#{Dir.pwd}/logs"
end
- if ARGV.include? '--ci-upload' or ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload'
+ if ARGV.include? '--ci-upload'
jenkins = ENV['JENKINS_HOME']
job = ENV['UPSTREAM_JOB_NAME']
id = ENV['UPSTREAM_BUILD_ID']