更新 .gitea/workflows/dev.yml
Some checks failed
/ build-parent-pom (push) Failing after 1m1s
/ build-common-modules (push) Has been skipped
/ build-and-push-services (ruoyi-auth) (push) Has been skipped
/ build-and-push-services (ruoyi-gateway) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/Property) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/Sis) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Has been skipped
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Has been skipped
/ build-and-push-services (ruoyi-seata-server) (push) Has been skipped
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Has been skipped
/ build-and-push-services (ruoyi-snailjob-server) (push) Has been skipped
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Has been skipped
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Has been skipped

This commit is contained in:
bichangxiong 2025-08-14 01:27:48 +08:00
parent 43f07b7396
commit d7c4b2ba54

View File

@ -48,10 +48,6 @@ jobs:
<id>local-repo</id> <id>local-repo</id>
<url>file://$HOME/.m2/repository</url> <url>file://$HOME/.m2/repository</url>
</repository> </repository>
<repository>
<id>dromara-releases</id>
<url>https://maven.dromara.org/repository/releases/</url>
</repository>
<repository> <repository>
<id>aliyun-public</id> <id>aliyun-public</id>
<url>https://maven.aliyun.com/repository/public</url> <url>https://maven.aliyun.com/repository/public</url>
@ -86,7 +82,6 @@ jobs:
fi fi
repos=( repos=(
"https://maven.dromara.org/repository/releases"
"https://maven.aliyun.com/repository/public" "https://maven.aliyun.com/repository/public"
) )