Skip to content

Commit 5975a51

Browse files
committed
Start tls_certificate_check before migrating
This is used in the runtime.exs configuration and needs to be started before we load the nerves_hub application
1 parent c670983 commit 5975a51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/nerves_hub/release/tasks.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ defmodule NervesHub.Release.Tasks do
88
]
99

1010
def migrate() do
11+
:ok = Application.ensure_started(:tls_certificate_check)
12+
1113
Application.load(@app)
1214

1315
for repo <- Application.fetch_env!(@app, :ecto_repos) do

0 commit comments

Comments
 (0)