物业模块
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 4m40s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 4m40s
This commit is contained in:
parent
d13f58cb95
commit
d9cf6ef530
@ -57,7 +57,7 @@ jobs:
|
|||||||
jar_files=$(find "$docker_context" -name "*.jar" -type f)
|
jar_files=$(find "$docker_context" -name "*.jar" -type f)
|
||||||
if [ -z "$jar_files" ]; then
|
if [ -z "$jar_files" ]; then
|
||||||
echo "警告:在 $docker_context 目录中未找到JAR包"
|
echo "警告:在 $docker_context 目录中未找到JAR包"
|
||||||
exit 1
|
continue
|
||||||
fi
|
fi
|
||||||
echo "找到JAR包:"
|
echo "找到JAR包:"
|
||||||
echo "$jar_files"
|
echo "$jar_files"
|
||||||
|
Loading…
Reference in New Issue
Block a user