mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(fix)(assembly)Fix webapp build.
This commit is contained in:
@@ -72,6 +72,7 @@ elif [ "$service" == "webapp" ]; then
|
|||||||
buildWebapp
|
buildWebapp
|
||||||
target_path=$projectDir/launchers/$STANDALONE_SERVICE/target/classes
|
target_path=$projectDir/launchers/$STANDALONE_SERVICE/target/classes
|
||||||
tar xvf $projectDir/webapp/supersonic-webapp.tar.gz -C $target_path
|
tar xvf $projectDir/webapp/supersonic-webapp.tar.gz -C $target_path
|
||||||
|
rm -rf $target_path/webapp
|
||||||
mv $target_path/supersonic-webapp $target_path/webapp
|
mv $target_path/supersonic-webapp $target_path/webapp
|
||||||
else
|
else
|
||||||
buildJavaService $service
|
buildJavaService $service
|
||||||
|
|||||||
Reference in New Issue
Block a user