Skip to content

Commit

Permalink
Added the clean to the ci task
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Jun 4, 2011
1 parent c2fdb40 commit c96cb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake'
Dir['tasks/*.rake'].sort.each { |f| load f }

desc 'To be used by the CI server'
task :ci do
task :ci => :clean do
sh "sh start_local_drizzle_server_for_tests.sh"
begin
Rake::Task['spec'].invoke
Expand Down

0 comments on commit c96cb65

Please sign in to comment.