Commit 341821afb3181514f6eca4d9259dde9e04a70d0f
1 parent
93f3ea07
Exists in
r5_design
and in
1 other branch
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,5 +18,6 @@ end | ||
18 | 18 | ||
19 | task :bootstrap_common => '.ssh_config' | 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 |