mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
Use git sha
This commit is contained in:
@@ -47,7 +47,7 @@ build do
|
||||
env = with_standard_compiler_flags(with_embedded_path).merge(
|
||||
"MIX_ENV" => "prod",
|
||||
"VERSION" => Omnibus::BuildVersion.semver,
|
||||
"GIT_SHA" => git_sha_tag
|
||||
"GIT_SHA" => Omnibus::BuildVersion.git_describe.split(".").last
|
||||
)
|
||||
|
||||
command "mix local.hex --force", env: env
|
||||
|
||||
Reference in New Issue
Block a user