Fixed synchroniser deleting source directory
All checks were successful
ci/woodpecker/manual/test Pipeline was successful
ci/woodpecker/manual/package Pipeline was successful

This commit is contained in:
2024-11-12 06:59:36 +00:00
parent ab9f4b0525
commit 11e3ca739b
3 changed files with 11 additions and 6 deletions

5
.woodpecker/package.yml Normal file
View File

@@ -0,0 +1,5 @@
steps:
- name: package
image: maven:3.9.9-eclipse-temurin-21-alpine
commands:
- mvn package

5
.woodpecker/test.yml Normal file
View File

@@ -0,0 +1,5 @@
steps:
- name: test
image: maven:3.9.9-eclipse-temurin-21-alpine
commands:
- mvn test