X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=9447a2e4f955ae6f06d614d9901fe7ee27ebf58c;hb=febd2fdfd30e1c6f88ab3122329cafd2d6d85da2;hp=df1a7ced44643f77795b9509dce787921d16115d;hpb=9d2563a3deb0904b8c7a480479179f10e7849c12;p=akkoma diff --git a/mix.exs b/mix.exs index df1a7ced4..9447a2e4f 100644 --- a/mix.exs +++ b/mix.exs @@ -157,7 +157,8 @@ defmodule Pleroma.Mixfile do # * the mix environment if different than prod defp version(version) do {git_tag, git_pre_release} = - with {tag, 0} <- System.cmd("git", ["describe", "--tags", "--abbrev=0"]), + with {tag, 0} <- + System.cmd("git", ["describe", "--tags", "--abbrev=0"], stderr_to_stdout: true), tag = String.trim(tag), {describe, 0} <- System.cmd("git", ["describe", "--tags", "--abbrev=8"]), describe = String.trim(describe),