Add SOURCE_TAG to show source repository's tag (#10698)

th-downstream
Ushitora Anqou 6 years ago committed by Eugen Rochko
parent d5357fcbf2
commit 3feece700b

@ -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…
Cancel
Save