mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-09 20:44:08 +00:00
Fix releases by not relying on Mix
This commit is contained in:
parent
7107901f60
commit
638d047a5c
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()
|
||||
end
|
||||
|
||||
if Mix.env() != :test do
|
||||
if Config.get(:env) != :test do
|
||||
Pleroma.ApplicationRequirements.verify!()
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue