Commit f40ecb0357fb3c585222212d04a8098402440a6d
1 parent
5755b947
Exists in
master
and in
56 other branches
Make converge:integration depend on converge:social
Noosfero must be fully configured before we can take the Noosfero API token to be used in the colab configuration.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Rakefile
| ... | ... | @@ -136,6 +136,7 @@ task :bootstrap_common => 'config/local/ssh_config' |
| 136 | 136 | |
| 137 | 137 | unless ENV['nodeps'] |
| 138 | 138 | task 'converge:integration' => 'converge:database' |
| 139 | + task 'converge:integration' => 'converge:social' | |
| 139 | 140 | task 'converge:social' => 'converge:database' |
| 140 | 141 | end |
| 141 | 142 | ... | ... |