Update .gitea/workflows/deploy.yml

This commit is contained in:
admin 2025-03-22 16:20:41 +08:00
parent e8306fd835
commit f0c6cb3e1f

View File

@ -15,6 +15,7 @@ jobs:
ls -la $(pwd)
- name: Build with Maven using Docker
run: |
ls $(pwd)
docker run --rm -v "$(pwd)":/usr/src/app -v /data/app/maven-repo:/root/.m2/repository -w /usr/src/app maven:3.9.9-eclipse-temurin-17 mvn clean install -Dmaven.test.skip=true
- run:
ls