mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 04:27:39 +00:00
(improvement)(chat) remove setEnvToWeb in moveAllToRuntime (#218)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user