Skip to content

Commit

Permalink
adding docsh dependecy to amoc.app.src
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysGonchar committed Jul 17, 2021
1 parent 44fc97e commit 5afcf6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{prod, [
{erl_opts, [{src_dirs, ["src", "scenarios"]}]},
{relx, [
{release, {amoc, git}, [amoc, runtime_tools, compiler, docsh]},
{release, {amoc, git}, [amoc, runtime_tools]},
{debug_info, keep},
{extended_start_script, true},
{sys_config, "rel/app.config"}
Expand Down
3 changes: 2 additions & 1 deletion src/amoc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
compiler,
exometer_core,
exometer_report_graphite,
amoc_rest
amoc_rest,
docsh
]},
{mod, {amoc_app, []}},
{env, [{exometer_predefined, [
Expand Down

0 comments on commit 5afcf6d

Please sign in to comment.