brew-test-bot: fix upload type bug.

This commit is contained in:
Mike McQuaid 2014-08-04 12:23:08 +01:00
parent e311583fe4
commit 2559ee76b2

View File

@ -505,7 +505,7 @@ if ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload'
ENV["GIT_COMMITTER_NAME"] = "BrewTestBot"
ENV["GIT_COMMITTER_EMAIL"] = "brew-test-bot@googlegroups.com"
ENV["GIT_WORK_TREE"] = homebrew_git_repo tap
ENV["GIT_DIR"] = ENV["GIT_WORK_TREE"]/".git"
ENV["GIT_DIR"] = "#{ENV["GIT_WORK_TREE"]}/.git"
pr = ENV['UPSTREAM_PULL_REQUEST']
number = ENV['UPSTREAM_BUILD_NUMBER']