summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-06-16 11:48:15 +0800
committerAlex S <alex.strizhakov@gmail.com>2019-06-16 11:48:15 +0800
commit451593f45e517db5ef81af0d3ec94c206a5e3bcd (patch)
treeddd121b7dcaa9b83aab9190cae7f51d6eb039267
parente02f22d7790865be3f4d0b3d709d707c020a9ab7 (diff)
downloadpleroma-451593f45e517db5ef81af0d3ec94c206a5e3bcd.tar.gz
pleroma-451593f45e517db5ef81af0d3ec94c206a5e3bcd.zip
no print version to the shell
-rw-r--r--mix.exs10
1 files changed, 3 insertions, 7 deletions
diff --git a/mix.exs b/mix.exs
index a52debc91..93f2d8476 100644
--- 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