Commit 341821afb3181514f6eca4d9259dde9e04a70d0f

Authored by Antonio Terceiro
1 parent 93f3ea07

Rakefile: make converging dependency optional

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
Rakefile
... ... @@ -18,5 +18,6 @@ end
18 18  
19 19 task :bootstrap_common => '.ssh_config'
20 20  
21   -# dependencies
22   -task 'converge:integration' => 'converge:database'
  21 +unless ENV['nodeps']
  22 + task 'converge:integration' => 'converge:database'
  23 +end
... ...