test-bot: fix tag reference.

This commit is contained in:
Mike McQuaid 2016-05-28 16:10:06 +01:00
parent 6ba466f5d8
commit 53b280c592

View File

@ -873,8 +873,8 @@ module Homebrew
end
end
safe_system "git", "tag", "--force", tag
safe_system "git", "push", "--force", remote, "master:master", "refs/tags/#{tag}"
safe_system "git", "tag", "--force", git_tag
safe_system "git", "push", "--force", remote, "master:master", "refs/tags/#{git_tag}"
end
def sanitize_ARGV_and_ENV