Skip to content

Commit

Permalink
Add SOURCE_TAG to show source repository's tag (mastodon#10698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou authored and hiyuki2578 committed Oct 2, 2019
1 parent ab18e85 commit 49c2c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mastodon/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def source_base_url

# specify git tag or commit hash here
def source_tag
"hiyuki/master"
ENV.fetch('SOURCE_TAG') { nil }
end

def source_url
Expand Down

0 comments on commit 49c2c33

Please sign in to comment.