chore(build): Pin a tag of relup_helper plugin
Otherwise we are doomed when we need to re-build an old version in the future
This commit is contained in:
parent
5f064a8e42
commit
7138e3a3a9
|
@ -76,7 +76,7 @@ project_app_dirs() ->
|
||||||
["apps/*", alternative_lib_dir() ++ "/*", "."].
|
["apps/*", alternative_lib_dir() ++ "/*", "."].
|
||||||
|
|
||||||
plugins() ->
|
plugins() ->
|
||||||
[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {branch,"master"}}},
|
[ {relup_helper,{git,"https://github.com/emqx/relup_helper", {tag, "2.0.0"}}},
|
||||||
{er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0"}}}
|
{er_coap_client, {git, "https://github.com/emqx/er_coap_client", {tag, "v1.0"}}}
|
||||||
]
|
]
|
||||||
%% test plugins are concatenated to default profile plugins
|
%% test plugins are concatenated to default profile plugins
|
||||||
|
|
Loading…
Reference in New Issue