From 4b4bb97ddf304e3094094e335bedd7231af72500 Mon Sep 17 00:00:00 2001 From: DavidZeng Date: Wed, 28 Apr 2021 23:30:55 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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