Skip to content

Commit

Permalink
attempt to IO.inspect(File.ls!("/app/lib/auth-1.6.5")) #172
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 5, 2022
1 parent c2271e7 commit c58c028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/auth/release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ defmodule Auth.Release do
for repo <- repos() do
{:ok, _, _} = Ecto.Migrator.with_repo(repo, &Ecto.Migrator.run(&1, :up, all: true))
end

IO.inspect(File.ls!("/app/lib/auth-1.6.5"), label: "File.ls!(/app/lib/auth-1.6.5)")
end

def rollback(repo, version) do
Expand Down

0 comments on commit c58c028

Please sign in to comment.