no print version to the shell
authorAlex S <alex.strizhakov@gmail.com>
Sun, 16 Jun 2019 03:48:15 +0000 (11:48 +0800)
committerAlex S <alex.strizhakov@gmail.com>
Sun, 16 Jun 2019 03:48:15 +0000 (11:48 +0800)
mix.exs

diff --git a/mix.exs b/mix.exs
index a52debc91887ffd945d614a05fb27d28128f26fa..93f2d84760d6c90f6da17828ac2cba6b0b503f40 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -215,12 +215,8 @@ defmodule Pleroma.Mixfile do
         "-" <> branch_name
       end
 
-    full_version =
-      [version, git_pre_release, branch_name, build]
-      |> Enum.filter(fn string -> string && string != "" end)
-      |> Enum.join()
-
-    Mix.shell().info("Project version: #{full_version}")
-    full_version
+    [version, git_pre_release, branch_name, build]
+    |> Enum.filter(fn string -> string && string != "" end)
+    |> Enum.join()
   end
 end