aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-02-22 17:26:41 +0000
committerMike McQuaid2014-02-22 17:27:04 +0000
commitb33203604efbc4aead76233fe8c7a39e537b7b1b (patch)
treeca221876866f4f2adf1704d6ace05c26ac3b386d /Library
parentcf0a3fe93e12abc21d19b52a2543aeedbd0d53ac (diff)
downloadbrew-b33203604efbc4aead76233fe8c7a39e537b7b1b.tar.bz2
brew-test-bot: push master with tags.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 906ad72d0..e8b20a865 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -447,7 +447,7 @@ if ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload'
remote = "git@github.com:BrewTestBot/homebrew.git"
tag = pr ? "pr-#{pr}" : "testing-#{number}"
- safe_system "git push --force #{remote} :refs/tags/#{tag}"
+ safe_system "git push --force #{remote} master:master :refs/tags/#{tag}"
path = "/home/frs/project/m/ma/machomebrew/Bottles/"
url = "BrewTestBot,machomebrew@frs.sourceforge.net:#{path}"