Fix: Workaround to load MASTODON_VERSION_* in Docker. (#26591)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Jaehong Kang
2023-08-24 20:07:27 +09:00
committed by GitHub
parent 24ea6f851f
commit 2dbbeedc94

View File

@@ -17,7 +17,7 @@ module Mastodon
end end
def flags def flags
ENV.fetch('MASTODON_VERSION_FLAGS', '-beta2') ENV['MASTODON_VERSION_FLAGS'].presence || '-beta2'
end end
def suffix def suffix