CI does a clean checkout

This commit is contained in:
Sarah Mei 2010-10-25 21:54:13 -07:00
parent 33410899d9
commit 69fc293829

View file

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