diff --git a/Rakefile b/Rakefile index 69bf296..11a0656 100644 --- a/Rakefile +++ b/Rakefile @@ -18,5 +18,6 @@ end task :bootstrap_common => '.ssh_config' -# dependencies -task 'converge:integration' => 'converge:database' +unless ENV['nodeps'] + task 'converge:integration' => 'converge:database' +end -- libgit2 0.21.2