Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
e8306fd835
commit
f0c6cb3e1f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user