Reduce "revision" to commit sha
This commit is contained in:
parent
1673fd2cf4
commit
52e8403bb7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Mixin
|
|||
end
|
||||
|
||||
def revision
|
||||
["v#{app_version}", " ", "(#{cmd("git rev-parse HEAD").stdout.strip})"].join
|
||||
cmd("git rev-parse HEAD").stdout.strip
|
||||
end
|
||||
|
||||
def build_dir
|
||||
|
|
Loading…
Reference in a new issue