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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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