Skip to content

Commit b03c3c1

Browse files
committed
[CI] Run bundle install with BUNDLE_GEMFILE
1 parent 4cef060 commit b03c3c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-model/Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ namespace :test do
5252
puts '-' * 80
5353
gemfiles.each do |gemfile|
5454
puts "GEMFILE: #{gemfile}"
55+
sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' bundle install"
5556
sh "BUNDLE_GEMFILE='#{File.expand_path("../gemfiles/#{gemfile}", __FILE__)}' " \
5657
' bundle exec rspec'
5758
puts '-' * 80

0 commit comments

Comments
 (0)