Skip to content

Commit 152b302

Browse files
committed
Ensure JRuby is used in release tests
1 parent 397da1f commit 152b302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ namespace :release do
269269
sh 'ruby -v'
270270
sh 'bundle exec rake spec:installed'
271271

272-
env = { "PATH" => "#{ENV['CONCURRENT_JRUBY_HOME']}/bin:#{ENV['PATH']}" }
272+
env = { "PATH" => "#{ENV.fetch('CONCURRENT_JRUBY_HOME')}/bin:#{ENV['PATH']}" }
273273
sh env, 'ruby -v'
274274
sh env, 'bundle exec rake spec:installed'
275275
end

0 commit comments

Comments
 (0)