修改基础镜像3
Some checks failed
/ build-parent-pom (push) Successful in 2m9s
/ build-and-push-services (ruoyi-auth) (push) Failing after 57s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 52s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 55s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 32s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 53s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 53s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 56s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 1m8s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 58s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 20s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 22s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Failing after 52s
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Failing after 50s
Some checks failed
/ build-parent-pom (push) Successful in 2m9s
/ build-and-push-services (ruoyi-auth) (push) Failing after 57s
/ build-and-push-services (ruoyi-gateway) (push) Failing after 52s
/ build-and-push-services (ruoyi-modules/Property) (push) Failing after 55s
/ build-and-push-services (ruoyi-modules/Sis) (push) Failing after 32s
/ build-and-push-services (ruoyi-modules/ruoyi-gen) (push) Failing after 53s
/ build-and-push-services (ruoyi-modules/ruoyi-job) (push) Failing after 53s
/ build-and-push-services (ruoyi-modules/ruoyi-resource) (push) Failing after 56s
/ build-and-push-services (ruoyi-modules/ruoyi-system) (push) Failing after 1m8s
/ build-and-push-services (ruoyi-modules/ruoyi-workflow) (push) Failing after 58s
/ build-and-push-services (ruoyi-seata-server) (push) Failing after 19s
/ build-and-push-services (ruoyi-sentinel-dashboard) (push) Failing after 20s
/ build-and-push-services (ruoyi-snailjob-server) (push) Failing after 22s
/ build-and-push-services (ruoyi-visual/ruoyi-monitor) (push) Failing after 52s
/ build-and-push-services (ruoyi-visual/ruoyi-nacos) (push) Failing after 50s
This commit is contained in:
parent
bdaa8f2c99
commit
4b3ed9dbaf
@ -80,38 +80,38 @@ jobs:
|
||||
sleep 10
|
||||
done
|
||||
|
||||
# build-common-modules:
|
||||
# needs: build-parent-pom
|
||||
# runs-on: ubuntu
|
||||
# steps:
|
||||
# - name: 拉取代码仓库
|
||||
# uses: http://git.missmoc.top/mocheng/checkout@v4
|
||||
# build-common-modules:
|
||||
# needs: build-parent-pom
|
||||
# runs-on: ubuntu
|
||||
# steps:
|
||||
# - name: 拉取代码仓库
|
||||
# uses: http://git.missmoc.top/mocheng/checkout@v4
|
||||
|
||||
# - name: 配置环境变量
|
||||
# run: |
|
||||
# export JAVA_HOME="/java17/java17"
|
||||
# export MAVEN_HOME="/maven/apache-maven-3.9.11"
|
||||
# echo "JAVA_HOME=$JAVA_HOME" >> $GITHUB_ENV
|
||||
# echo "$JAVA_HOME/bin" >> $GITHUB_PATH
|
||||
# echo "MAVEN_HOME=$MAVEN_HOME" >> $GITHUB_ENV
|
||||
# echo "$MAVEN_HOME/bin" >> $GITHUB_PATH
|
||||
# - name: 配置环境变量
|
||||
# run: |
|
||||
# export JAVA_HOME="/java17/java17"
|
||||
# export MAVEN_HOME="/maven/apache-maven-3.9.11"
|
||||
# echo "JAVA_HOME=$JAVA_HOME" >> $GITHUB_ENV
|
||||
# echo "$JAVA_HOME/bin" >> $GITHUB_PATH
|
||||
# echo "MAVEN_HOME=$MAVEN_HOME" >> $GITHUB_ENV
|
||||
# echo "$MAVEN_HOME/bin" >> $GITHUB_PATH
|
||||
|
||||
# - name: 构建通用模块(仅本地使用,不上传)
|
||||
# run: |
|
||||
# COMMON_MODULES=(
|
||||
# "ruoyi-common"
|
||||
# "ruoyi-api"
|
||||
# "ruoyi-common-bom"
|
||||
# "ruoyi-common-alibaba-bom"
|
||||
# "ruoyi-api-bom"
|
||||
# )
|
||||
# - name: 构建通用模块(仅本地使用,不上传)
|
||||
# run: |
|
||||
# COMMON_MODULES=(
|
||||
# "ruoyi-common"
|
||||
# "ruoyi-api"
|
||||
# "ruoyi-common-bom"
|
||||
# "ruoyi-common-alibaba-bom"
|
||||
# "ruoyi-api-bom"
|
||||
# )
|
||||
|
||||
# for module in "${COMMON_MODULES[@]}"; do
|
||||
# MODULE_POM_ABSOLUTE_PATH="${GITHUB_WORKSPACE}/${module}/pom.xml"
|
||||
# if [ ! -f "$MODULE_POM_ABSOLUTE_PATH" ]; then
|
||||
# echo "警告:模块 $module 不存在,跳过"
|
||||
# continue
|
||||
# fi
|
||||
# for module in "${COMMON_MODULES[@]}"; do
|
||||
# MODULE_POM_ABSOLUTE_PATH="${GITHUB_WORKSPACE}/${module}/pom.xml"
|
||||
# if [ ! -f "$MODULE_POM_ABSOLUTE_PATH" ]; then
|
||||
# echo "警告:模块 $module 不存在,跳过"
|
||||
# continue
|
||||
# fi
|
||||
|
||||
# retries=3
|
||||
# count=0
|
||||
@ -202,3 +202,4 @@ jobs:
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user