Clean checkout: bad idea.

This commit is contained in:
Sarah Mei 2010-10-25 22:00:33 -07:00
parent 69fc293829
commit cd67d38a24

View file

@ -2,5 +2,4 @@ require 'fileutils'
Project.configure do |project|
project.build_command = './ci.sh'
project.do_clean_checkout :always
end