diff options
| author | Mike McQuaid | 2014-02-22 17:26:41 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-22 17:27:04 +0000 |
| commit | b33203604efbc4aead76233fe8c7a39e537b7b1b (patch) | |
| tree | ca221876866f4f2adf1704d6ace05c26ac3b386d /Library | |
| parent | cf0a3fe93e12abc21d19b52a2543aeedbd0d53ac (diff) | |
| download | brew-b33203604efbc4aead76233fe8c7a39e537b7b1b.tar.bz2 | |
brew-test-bot: push master with tags.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
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}" |
