Add SOURCE_TAG to show source repository's tag (#10698)
parent
4f73cde4e1
commit
56880fa76a
|
@ -42,7 +42,7 @@ module Mastodon
|
|||
|
||||
# specify git tag or commit hash here
|
||||
def source_tag
|
||||
nil
|
||||
ENV.fetch('SOURCE_TAG') { nil }
|
||||
end
|
||||
|
||||
def source_url
|
||||
|
|
Loading…
Reference in New Issue