chore: 去掉暂时不再规划的功能
This commit is contained in:
parent
22e2ea7fe0
commit
b642981f2f
|
@ -107,7 +107,7 @@ pipeline {
|
|||
LOCAL_REPOSITORY=$(./mvnw help:evaluate -Dexpression=settings.localRepository --settings ./settings.xml -q -DforceStdout)
|
||||
# echo $LOCAL_REPOSITORY
|
||||
|
||||
libraries=('metersphere-api-test-impl' 'metersphere-load-test-impl' 'general-xpack-impl')
|
||||
libraries=('metersphere-api-test-impl' 'general-xpack-impl')
|
||||
for library in "${libraries[@]}";
|
||||
do
|
||||
cp -rf $LOCAL_REPOSITORY/io/metersphere/$library/${REVISION}/$library-${REVISION}.jar backend/app/target/dependency/BOOT-INF/lib/
|
||||
|
|
Loading…
Reference in New Issue