ci: simplify find-apps.sh for ee apps
This commit is contained in:
parent
a9bd91fcff
commit
662206fd33
|
@ -72,14 +72,12 @@ describe_app() {
|
||||||
runner="docker"
|
runner="docker"
|
||||||
fi
|
fi
|
||||||
case "${app}" in
|
case "${app}" in
|
||||||
apps/emqx_bridge_kafka)
|
|
||||||
profile='emqx-enterprise'
|
|
||||||
;;
|
|
||||||
apps/emqx_bridge_gcp_pubsub)
|
|
||||||
profile='emqx-enterprise'
|
|
||||||
;;
|
|
||||||
apps/*)
|
apps/*)
|
||||||
profile='emqx'
|
if [[ -f "${app}/BSL.txt" ]]; then
|
||||||
|
profile='emqx-enterprise'
|
||||||
|
else
|
||||||
|
profile='emqx'
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
lib-ee/*)
|
lib-ee/*)
|
||||||
profile='emqx-enterprise'
|
profile='emqx-enterprise'
|
||||||
|
|
Loading…
Reference in New Issue