Skip to content

Commit

Permalink
Added garlic:cruise task that does everything
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Apr 24, 2008
1 parent 0ee819a commit 9574867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/garlic_tasks.rb
Expand Up @@ -7,6 +7,9 @@ def garlic(&block)
end

namespace :garlic do
desc "Install repos, prepare targets, and run CI in them"
task :cruise => [:install_repos, :prepare, :run]

desc "Prepare each of the rails targets"
task :prepare => :check_repos do
cd('garlic') { garlic.prepare }
Expand Down

0 comments on commit 9574867

Please sign in to comment.