物业模块
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 4m40s

This commit is contained in:
mocheng 2025-08-14 23:55:35 +08:00
parent d13f58cb95
commit d9cf6ef530

View File

@ -57,7 +57,7 @@ jobs:
jar_files=$(find "$docker_context" -name "*.jar" -type f)
if [ -z "$jar_files" ]; then
echo "警告:在 $docker_context 目录中未找到JAR包"
exit 1
continue
fi
echo "找到JAR包"
echo "$jar_files"