X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ac25b726667b548cdf456ddcd7c513e74f6a312c;hb=a6e3169cfc5657e5819b3e018bf4c3cdf1c1377a;hp=781560a0a2b4f9097e6824403b8b222c60c08fe8;hpb=a0a1361888a3986d589720a7eb39d49c913154f2;p=akkoma diff --git a/mix.exs b/mix.exs index 781560a0a..ac25b7266 100644 --- a/mix.exs +++ b/mix.exs @@ -207,6 +207,7 @@ defmodule Pleroma.Mixfile do branch_name = with {branch_name, 0} <- System.cmd("git", ["rev-parse", "--abbrev-ref", "HEAD"]), + branch_name <- System.get_env("PLEROMA_BUILD_BRANCH") || branch_name, true <- branch_name != "master" do branch_name = String.trim(branch_name)