1
0

chore: change version metadata

This commit is contained in:
オスカー、 2024-04-07 20:34:48 +09:00
parent 17b380488c
commit 58dca158f6

View File

@ -25,7 +25,7 @@ module Mastodon
end end
def build_metadata def build_metadata
['whippyEdition',ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.') ['rei',ENV.fetch('MASTODON_VERSION_METADATA', nil)].compact_blank.join('.')
end end
def to_a def to_a
@ -44,7 +44,7 @@ module Mastodon
end end
def repository def repository
ENV.fetch('GITHUB_REPOSITORY', 'whippyshou/mastodon') ENV.fetch('GITHUB_REPOSITORY', 'CloudToys/rei-fixed')
end end
def source_base_url def source_base_url