(improvement)(chat) remove setEnvToWeb in moveAllToRuntime (#218)

This commit is contained in:
lexluo09
2023-10-13 19:58:54 +08:00
committed by GitHub
parent a0b4fb33c1
commit f5ca33859c
2 changed files with 2 additions and 3 deletions

View File

@@ -41,5 +41,7 @@ echo "install python modules success"
#6. reset runtime #6. reset runtime
rm -fr $runtimeDir/* rm -fr $runtimeDir/*
moveAllToRuntime moveAllToRuntime
setEnvToWeb chat
setEnvToWeb semantic
rm -fr ${buildDir}/webapp rm -fr ${buildDir}/webapp

View File

@@ -41,9 +41,6 @@ function moveAllToRuntime {
moveToRuntime chat moveToRuntime chat
moveToRuntime semantic moveToRuntime semantic
moveToRuntime standalone moveToRuntime standalone
setEnvToWeb chat
setEnvToWeb semantic
} }
# run java service # run java service