This commit is contained in:
parent
f1568df886
commit
d027254e83
|
|
@ -1,7 +1,7 @@
|
||||||
# .woodpecker.yaml
|
# .woodpecker.yaml
|
||||||
steps:
|
steps:
|
||||||
- name: Java 构建
|
- name: Java 构建
|
||||||
image: maven:3.9.6-eclipse-temurin-17
|
image: docker.m.daocloud.io/library/maven:3.9.6-eclipse-temurin-17
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- mvn clean package -DskipTests
|
- mvn clean package -DskipTests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue