From f40ecb0357fb3c585222212d04a8098402440a6d Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 17 Sep 2015 10:18:01 -0300 Subject: [PATCH] Make converge:integration depend on converge:social --- Rakefile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 5023b67..c327087 100644 --- a/Rakefile +++ b/Rakefile @@ -136,6 +136,7 @@ task :bootstrap_common => 'config/local/ssh_config' unless ENV['nodeps'] task 'converge:integration' => 'converge:database' + task 'converge:integration' => 'converge:social' task 'converge:social' => 'converge:database' end -- libgit2 0.21.2