CI does a clean checkout
This commit is contained in:
parent
33410899d9
commit
69fc293829
1 changed files with 1 additions and 0 deletions
|
|
@ -2,4 +2,5 @@ require 'fileutils'
|
||||||
|
|
||||||
Project.configure do |project|
|
Project.configure do |project|
|
||||||
project.build_command = './ci.sh'
|
project.build_command = './ci.sh'
|
||||||
|
project.do_clean_checkout :always
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue