Fix: Workaround to load MASTODON_VERSION_* in Docker. (#26591)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
24ea6f851f
commit
2dbbeedc94
@ -17,7 +17,7 @@ module Mastodon
|
||||
end
|
||||
|
||||
def flags
|
||||
ENV.fetch('MASTODON_VERSION_FLAGS', '-beta2')
|
||||
ENV['MASTODON_VERSION_FLAGS'].presence || '-beta2'
|
||||
end
|
||||
|
||||
def suffix
|
||||
|
Loading…
Reference in New Issue
Block a user