Skip to content

Ecto tasks: Resolve relative path using the application directory instead of cwd and load the application before doing anything

rinpatch requested to merge fix/ecto-tasks-release into develop

In OTP releases cwd != app directory and the configuration is read only if the application is loaded

Merge request reports