chore: reformat mix.exs
This commit is contained in:
parent
9768e302c2
commit
b3ec3c9dfb
|
@ -189,7 +189,7 @@ jobs:
|
|||
# gsed -i '/emqx_telemetry/d' ./emqx/data/loaded_plugins
|
||||
./emqx/bin/emqx start || cat emqx/log/erlang.log.1
|
||||
ready='no'
|
||||
for i in {1..10}; do
|
||||
for i in {1..18}; do
|
||||
if curl -fs 127.0.0.1:18083/api/v5/status > /dev/null; then
|
||||
ready='yes'
|
||||
break
|
||||
|
|
7
mix.exs
7
mix.exs
|
@ -291,8 +291,6 @@ defmodule EMQXUmbrella.MixProject do
|
|||
end
|
||||
|
||||
defp copy_files(release, release_type, package_type, edition_type) do
|
||||
IO.inspect :zhongwen
|
||||
IO.inspect release.applications.emqx_dashboard
|
||||
overwrite? = Keyword.get(release.options, :overwrite, false)
|
||||
|
||||
bin = Path.join(release.path, "bin")
|
||||
|
@ -327,7 +325,10 @@ defmodule EMQXUmbrella.MixProject do
|
|||
# required by emqx_dashboard
|
||||
Mix.Generator.copy_file(
|
||||
"apps/emqx_dashboard/etc/i18n.conf.all",
|
||||
Path.join(release.path, "lib/emqx_dashboard-#{release.applications.emqx_dashboard[:vsn]}/priv/i18n.conf"),
|
||||
Path.join(
|
||||
release.path,
|
||||
"lib/emqx_dashboard-#{release.applications.emqx_dashboard[:vsn]}/priv/i18n.conf"
|
||||
),
|
||||
force: overwrite?
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue