Skip to content

Commit

Permalink
feat: rm dgiot_build_lite
Browse files Browse the repository at this point in the history
  • Loading branch information
U-JOHNLIU\jonhl committed Mar 21, 2022
1 parent 47e56a4 commit c05cee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1276,9 +1276,9 @@ function pre_build_dgiot() {
cp ${script_dir}/dgiot_dashboard/dist/ ${script_dir}/$plugin/apps/dgiot_api/priv/www -rf
fi

if [ -d ${script_dir}/dgiot_dashboard_lite/dist ]; then
cp ${script_dir}/dgiot_dashboard_lite/dist/ ${script_dir}/$plugin/apps/dgiot_api/priv/www/lite -rf
fi
#if [ -d ${script_dir}/dgiot_dashboard_lite/dist ]; then
# cp ${script_dir}/dgiot_dashboard_lite/dist/ ${script_dir}/$plugin/apps/dgiot_api/priv/www/lite -rf
# fi

if [ -d ${script_dir}/dgiot/emqx/rel/ ]; then
rm ${script_dir}/dgiot/emqx/rel -rf
Expand Down Expand Up @@ -1313,15 +1313,15 @@ function post_build_dgiot() {

function devops() {
build_dashboard
build_dashboard_lite
#build_dashboard_lite
pre_build_dgiot
make
post_build_dgiot
}

function ci() {
build_dashboard
build_dashboard_lite
# build_dashboard_lite
pre_build_dgiot
make ci
post_build_dgiot
Expand Down

0 comments on commit c05cee0

Please sign in to comment.