feat: more build infra
This commit is contained in:
@@ -6,4 +6,4 @@ config :bds, BDS.Repo,
|
|||||||
stacktrace: false,
|
stacktrace: false,
|
||||||
show_sensitive_data_on_connection_error: false
|
show_sensitive_data_on_connection_error: false
|
||||||
|
|
||||||
config :logger, level: :info
|
config :logger, level: :info
|
||||||
|
|||||||
@@ -129,4 +129,4 @@ defmodule BDS.ReleasePackaging do
|
|||||||
|> Enum.reject(&File.dir?/1)
|
|> Enum.reject(&File.dir?/1)
|
||||||
|> Enum.map(&Path.relative_to(&1, root))
|
|> Enum.map(&Path.relative_to(&1, root))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -46,4 +46,4 @@ defmodule Mix.Tasks.Bds.Package do
|
|||||||
{:unix, _type} -> :linux
|
{:unix, _type} -> :linux
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -71,4 +71,4 @@ defmodule BDS.ReleasePackagingTest do
|
|||||||
assert File.exists?(metadata.archive_path)
|
assert File.exists?(metadata.archive_path)
|
||||||
assert String.ends_with?(metadata.archive_path, ".zip")
|
assert String.ends_with?(metadata.archive_path, ".zip")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user