OCT 1. 更新 gitlab-ci 配置

This commit is contained in:
黄昕 2024-03-05 11:07:47 +08:00
parent f88d6ae48e
commit d7887c5334
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ compile:
- master
script:
- echo "=============== 开始编译任务 ==============="
- /root/maven/maven-3.9.6/bin/mvn compile
- mvn compile
# 打包
package:
@ -23,4 +23,4 @@ package:
- master
script:
- echo "=============== 开始打包任务 ==============="
- /root/maven/maven-3.9.6/bin/mvn clean package
- mvn clean package