diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 20e81ee..bbd01a6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,11 +1,15 @@ kind: pipeline type: docker -name: test +name: 开发test platform: os: linux arch: amd64 steps: +- name: maven + image: maven:3-jdk-10 + commands: + - mvn install -DskipTests=true trigger: branch: - master