Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 152b302

Browse filesBrowse files
committed
Ensure JRuby is used in release tests
1 parent 397da1f commit 152b302
Copy full SHA for 152b302

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Rakefile

Copy file name to clipboardExpand all lines: Rakefile
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.