aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2014-12-09 21:08:05 +0000
committerPeter Wilmott <p@p8952.info>2014-12-09 21:08:05 +0000
commite95fda1c62ac0b93ed9b39081e035e70a00bc151 (patch)
tree2a1a39f6b6e4c8e241edc97fa33909ebc894e044 /web/Rakefile
parentrack-mini-profiler (diff)
downloadruby-tinderbox-e95fda1c62ac0b93ed9b39081e035e70a00bc151.tar.gz
ruby-tinderbox-e95fda1c62ac0b93ed9b39081e035e70a00bc151.tar.bz2
ruby-tinderbox-e95fda1c62ac0b93ed9b39081e035e70a00bc151.zip
Pass argument to ci_run_limited
Diffstat (limited to 'web/Rakefile')
-rw-r--r--web/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/Rakefile b/web/Rakefile
index 6c938bd..30ec813 100644
--- a/web/Rakefile
+++ b/web/Rakefile
@@ -30,7 +30,8 @@ namespace :aws do
run_ci(0)
end
+ num_of_packages = ENV['num_of_packages'].to_i || 5
task :run_ci_limited do
- run_ci(5)
+ run_ci(num_of_packages)
end
end