From 16c0d1d3b6089bb4b0b0baf7c3eeb5949f31f02b Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Mon, 1 Feb 2010 15:08:40 -0800 Subject: Run bundle exec rake instead of bin/rake during CI --- ci/ci_build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/ci_build.rb') diff --git a/ci/ci_build.rb b/ci/ci_build.rb index 064d593931..5b6d066c2f 100755 --- a/ci/ci_build.rb +++ b/ci/ci_build.rb @@ -7,7 +7,7 @@ def root_dir end def rake(*tasks) - tasks.each { |task| return false unless system("#{root_dir}/bin/rake", task) } + tasks.each { |task| return false unless system("bundle exec rake", task) } true end -- cgit v1.2.3