mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-22 19:04:27 +00:00
Merge branch 'fix-releases' into 'develop'
Fix releases by not relying on Mix See merge request pleroma/pleroma!4344
This commit is contained in:
commit
13a708b96e
2 changed files with 2 additions and 1 deletions
1
changelog.d/releases.fix
Normal file
1
changelog.d/releases.fix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix release builds
|
|
@ -56,7 +56,7 @@ defmodule Pleroma.Application do
|
||||||
Pleroma.Web.Plugs.HTTPSecurityPlug.warn_if_disabled()
|
Pleroma.Web.Plugs.HTTPSecurityPlug.warn_if_disabled()
|
||||||
end
|
end
|
||||||
|
|
||||||
if Mix.env() != :test do
|
if Config.get(:env) != :test do
|
||||||
Pleroma.ApplicationRequirements.verify!()
|
Pleroma.ApplicationRequirements.verify!()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue