Travis: don't run cleanup at all.
This commit is contained in:
parent
1a8f6388a6
commit
5388f8c8f8
@ -647,7 +647,7 @@ module Homebrew
|
|||||||
git "rebase", "--abort"
|
git "rebase", "--abort"
|
||||||
git "reset", "--hard"
|
git "reset", "--hard"
|
||||||
git "checkout", "-f", "master"
|
git "checkout", "-f", "master"
|
||||||
git "clean", "-ffdx" unless ENV["TRAVIS"]
|
git "clean", "-ffdx"
|
||||||
pr_locks = "#{HOMEBREW_REPOSITORY}/.git/refs/remotes/*/pr/*/*.lock"
|
pr_locks = "#{HOMEBREW_REPOSITORY}/.git/refs/remotes/*/pr/*/*.lock"
|
||||||
Dir.glob(pr_locks) { |lock| FileUtils.rm_rf lock }
|
Dir.glob(pr_locks) { |lock| FileUtils.rm_rf lock }
|
||||||
end
|
end
|
||||||
@ -880,7 +880,7 @@ module Homebrew
|
|||||||
|
|
||||||
if ARGV.include?("--ci-master") || ARGV.include?("--ci-pr") \
|
if ARGV.include?("--ci-master") || ARGV.include?("--ci-pr") \
|
||||||
|| ARGV.include?("--ci-testing")
|
|| ARGV.include?("--ci-testing")
|
||||||
ARGV << "--cleanup" if ENV["JENKINS_HOME"] || ENV["TRAVIS"]
|
ARGV << "--cleanup" if ENV["JENKINS_HOME"]
|
||||||
ARGV << "--junit" << "--local"
|
ARGV << "--junit" << "--local"
|
||||||
end
|
end
|
||||||
if ARGV.include? "--ci-master"
|
if ARGV.include? "--ci-master"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user