feat: more build infra

This commit is contained in:
2026-04-24 11:51:51 +02:00
parent b4c995049f
commit 13ace08a41
4 changed files with 4 additions and 4 deletions

View File

@@ -6,4 +6,4 @@ config :bds, BDS.Repo,
stacktrace: false,
show_sensitive_data_on_connection_error: false
config :logger, level: :info
config :logger, level: :info

View File

@@ -129,4 +129,4 @@ defmodule BDS.ReleasePackaging do
|> Enum.reject(&File.dir?/1)
|> Enum.map(&Path.relative_to(&1, root))
end
end
end

View File

@@ -46,4 +46,4 @@ defmodule Mix.Tasks.Bds.Package do
{:unix, _type} -> :linux
end
end
end
end

View File

@@ -71,4 +71,4 @@ defmodule BDS.ReleasePackagingTest do
assert File.exists?(metadata.archive_path)
assert String.ends_with?(metadata.archive_path, ".zip")
end
end
end