Преглед изворни кода

fix(rbac): ensure the RBAC application only release in enterprise

firest пре 2 година
родитељ
комит
d7e596db54
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      rebar.config.erl

+ 1 - 0
rebar.config.erl

@@ -109,6 +109,7 @@ is_community_umbrella_app("apps/emqx_bridge_kinesis") -> false;
 is_community_umbrella_app("apps/emqx_bridge_azure_event_hub") -> false;
 is_community_umbrella_app("apps/emqx_ldap") -> false;
 is_community_umbrella_app("apps/emqx_gcp_device") -> false;
+is_community_umbrella_app("apps/emqx_dashboard_rbac") -> false;
 is_community_umbrella_app(_) -> true.
 
 is_jq_supported() ->