brew-test-bot: push master with tags.

This commit is contained in:
Mike McQuaid 2014-02-22 17:26:41 +00:00
parent cf0a3fe93e
commit b33203604e

View File

@ -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}"