Update '.trustie-pipeline.yml'

This commit is contained in:
DavidZeng 2021-04-28 23:30:55 +08:00
parent 3328b157fb
commit 4b4bb97ddf
1 changed files with 5 additions and 1 deletions

View File

@ -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