1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-16 07:54:11 +00:00

Merge branch 'fix-releases' into 'develop'

Fix releases by not relying on Mix

See merge request 
This commit is contained in:
feld 2025-03-19 17:47:53 +00:00
commit 13a708b96e
2 changed files with 2 additions and 1 deletions
changelog.d
lib/pleroma

1
changelog.d/releases.fix Normal file
View file

@ -0,0 +1 @@
Fix release builds

View file

@ -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