bugfix
This commit is contained in:
parent
b3fc8fe8ba
commit
f06e33e7dc
@ -22,6 +22,7 @@ from msp.init import load_msp
|
||||
from checklang.init import load_checklang
|
||||
from skillagent.init import load_skillagent
|
||||
from dagflow.init import load_dagflow
|
||||
from discount.init import load_discount
|
||||
|
||||
from global_func import set_globalvariable
|
||||
from unipay.init import load_unipay
|
||||
|
||||
2
build.sh
2
build.sh
@ -23,7 +23,7 @@ do
|
||||
cd $m
|
||||
$cdir/py3/bin/pip install .
|
||||
done
|
||||
for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing, dagflow
|
||||
for m in appbase rbac accounting llmage platformbiz msp cpcc unipay filemgr dapi uapi rag charge pricing, dagflow discount
|
||||
do
|
||||
echo "install $m module..."
|
||||
cd $cdir/pkgs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user