Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 2, 2024
1 parent ca94e8d commit 06e3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ namespace :docker do
end

def each_nightly_tag(ruby_version, tags)
return [] unless (ENV('nightly') == 'true') && ruby_version.start_with?('master:')
return [] unless (ENV['nightly'] == 'true') && ruby_version.start_with?('master:')
commit_hash = ruby_version.split(":")[1]
commit_hash_re = /\b#{Regexp.escape(commit_hash)}\b/
image_name = tags.find {|x| x.match? commit_hash_re }
Expand Down

0 comments on commit 06e3835

Please sign in to comment.