(fix)(assembly)Fix webapp build.

This commit is contained in:
jerryjzhang
2024-06-04 12:07:49 +08:00
parent 9c3f9f7f49
commit 91e27bcadb

View File

@@ -72,6 +72,7 @@ elif [ "$service" == "webapp" ]; then
buildWebapp
target_path=$projectDir/launchers/$STANDALONE_SERVICE/target/classes
tar xvf $projectDir/webapp/supersonic-webapp.tar.gz -C $target_path
rm -rf $target_path/webapp
mv $target_path/supersonic-webapp $target_path/webapp
else
buildJavaService $service