更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Successful in 2m0s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m0s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 59s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m0s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 27s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 42s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 36s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 44s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 3m32s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 3m13s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 17s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 20s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Failing after 39s
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Failing after 38s
Some checks failed
/ build-parent-pom (push) Successful in 2m0s
/ build-and-push-services (ruoyi-auth) (push) Failing after 1m0s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 59s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 1m0s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 27s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 42s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 36s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 44s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 3m32s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 3m13s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 17s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 20s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Failing after 39s
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Failing after 38s
This commit is contained in:
parent
f807f37395
commit
b9b0a04099
@ -71,7 +71,7 @@ jobs:
|
|||||||
|
|
||||||
retries=3
|
retries=3
|
||||||
count=0
|
count=0
|
||||||
until "$MAVEN_HOME/bin/mvn" clean package -U -DskipTests -f "$MAIN_POM_ABSOLUTE_PATH"; do
|
until "$MAVEN_HOME/bin/mvn" clean install -U -DskipTests -f "$MAIN_POM_ABSOLUTE_PATH"; do
|
||||||
count=$((count + 1))
|
count=$((count + 1))
|
||||||
if [ $count -ge $retries ]; then
|
if [ $count -ge $retries ]; then
|
||||||
echo "错误:主POM构建失败"
|
echo "错误:主POM构建失败"
|
||||||
|
Loading…
Reference in New Issue
Block a user