Skip to content
Snippets Groups Projects
Commit 2ba754ff authored by rinpatch's avatar rinpatch
Browse files

Fix mix tasks failing on OTP releases

No idea why this was even added.
Closes #1678
parent fc4f92c5
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
defmodule Mix.Pleroma do
@doc "Common functions to be reused in mix tasks"
def start_pleroma do
Mix.Task.run("app.start")
Application.put_env(:phoenix, :serve_endpoints, false, persistent: true)
if Pleroma.Config.get(:env) != :test do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment