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

This commit is contained in:
Ushitora Anqou 2019-05-05 00:39:17 +09:00 committed by Eugen Rochko
parent 4f73cde4e1
commit 56880fa76a
1 changed files with 1 additions and 1 deletions

View File

@ -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