projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b39d6f
)
Fix hiding branch name logic
author
rinpatch
<rinpatch@sdf.org>
Mon, 14 Oct 2019 19:13:18 +0000
(22:13 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Mon, 14 Oct 2019 19:15:16 +0000
(22:15 +0300)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index 329ce3d893429e210f6405ca26f22d13f8a00db6..6cf766c521cdbd109387b2b471b58b5c07c17397 100644
(file)
--- a/
mix.exs
+++ b/
mix.exs
@@
-221,7
+221,7
@@
defmodule Pleroma.Mixfile do
branch_name <- String.trim(branch_name),
branch_name <- System.get_env("PLEROMA_BUILD_BRANCH") || branch_name,
true <-
- !Enum.a
ll
?(["master", "HEAD", "release/", "stable"], fn name ->
+ !Enum.a
ny
?(["master", "HEAD", "release/", "stable"], fn name ->
String.starts_with?(name, branch_name)
end) do
branch_name =