summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/bridge.ex
diff options
context:
space:
mode:
authorPierre de Lacroix <pierre@pdelacroix.com>2020-12-26 13:59:27 +0000
committerPierre de Lacroix <pierre@pdelacroix.com>2020-12-26 13:59:27 +0000
commit006b2c12cf658ea71ea2e0c4ca105041c2834569 (patch)
treed3c24da6782f80c4043ba5f59241107f73850b1e /lib/matrix_app_service/bridge.ex
parentallow runtime configuration of homserver token (diff)
parentImprove CI (diff)
Merge branch '8-improve-ci' into 'master'
Improve CI Closes #8. - change image to `bitwalker/alpine-elixir:1.10.4` - 5 stages, 2 sequences in parallel: 1 cache for dev, 1 for test - 2 artifacts for reports - 1 artifact for dialyzer PLT (cache as artifact so that it still caches on fail) See merge request kazarma/matrix_app_service.ex!9
Diffstat (limited to 'lib/matrix_app_service/bridge.ex')
-rw-r--r--lib/matrix_app_service/bridge.ex4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/matrix_app_service/bridge.ex b/lib/matrix_app_service/bridge.ex
index e0e0fee..42f3450 100644
--- a/lib/matrix_app_service/bridge.ex
+++ b/lib/matrix_app_service/bridge.ex
@@ -1,3 +1,7 @@
defmodule MatrixAppService.Bridge do
+ @moduledoc """
+ This module is used when the library uses its own repo.
+ """
+
use MatrixAppService.BridgeConfig, repo: MatrixAppService.Repo
end