Update .gitea/workflows/deploy.yml
This commit is contained in:
parent
0de6140ede
commit
863aa8a506
@ -10,9 +10,7 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: http://172.23.112.123:3000/actions/checkout@main
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
|
||||
|
||||
run: |
|
||||
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 ls /usr/src/app
|
||||
- name: Build with Maven using Docker
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user