We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca94e8d commit 06e3835Copy full SHA for 06e3835
1 file changed
Rakefile
@@ -170,7 +170,7 @@ namespace :docker do
170
end
171
172
def each_nightly_tag(ruby_version, tags)
173
- return [] unless (ENV('nightly') == 'true') && ruby_version.start_with?('master:')
+ return [] unless (ENV['nightly'] == 'true') && ruby_version.start_with?('master:')
174
commit_hash = ruby_version.split(":")[1]
175
commit_hash_re = /\b#{Regexp.escape(commit_hash)}\b/
176
image_name = tags.find {|x| x.match? commit_hash_re }
0 commit comments