forked from fedi/mastodon
Add SOURCE_TAG to show source repository's tag (#10698)
This commit is contained in:
parent
4f73cde4e1
commit
56880fa76a
|
@ -42,7 +42,7 @@ module Mastodon
|
||||||
|
|
||||||
# specify git tag or commit hash here
|
# specify git tag or commit hash here
|
||||||
def source_tag
|
def source_tag
|
||||||
nil
|
ENV.fetch('SOURCE_TAG') { nil }
|
||||||
end
|
end
|
||||||
|
|
||||||
def source_url
|
def source_url
|
||||||
|
|
Loading…
Reference in a new issue