mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Handle mix version when running docker-ejabberd/ecs/build.sh latest
This commit is contained in:
parent
68ea5834c8
commit
0f9a0156c6
1
mix.exs
1
mix.exs
@ -24,6 +24,7 @@ defmodule Ejabberd.MixProject do
|
||||
case config(:vsn) do
|
||||
:false -> "0.0.0" # ./configure wasn't run: vars.config not created
|
||||
'0.0' -> "0.0.0" # the full git repository wasn't downloaded
|
||||
'latest.0' -> "0.0.0" # running 'docker-ejabberd/ecs/build.sh latest'
|
||||
[_, _, ?., _, _] = x ->
|
||||
head = String.replace(:erlang.list_to_binary(x), ~r/0+([0-9])/, "\\1")
|
||||
<<head::binary, ".0">>
|
||||
|
Loading…
Reference in New Issue
Block a user