更新 .gitea/workflows/java-ci.yaml

This commit is contained in:
Hzbb 2024-10-27 15:42:06 +00:00
parent 32eafe9370
commit f9f339dcb1

View File

@ -18,8 +18,6 @@ jobs:
- name: Build code
run: |
mvn clean install
mkdir app
cp target/*.jar app
- name: Build image
run: |