From e40ad7bdf4eded5ba193d2c198a60c8ae285df0d Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 31 May 2022 10:10:42 +0800 Subject: [PATCH] Update mvn jdk --- .trustie-pipeline.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 0ab6f63..642cdd0 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,17 +1,17 @@ -kind: pipeline -type: docker -name: master -platform: - os: linux +kind: pipeline +type: docker +name: master +platform: + os: linux arch: amd64 steps: -- name: maven - image: maven:3-jdk-10 - commands: +- name: maven + image: maven:3.6.3-jdk-11 + commands: - mvn install -DskipTests=true -trigger: - branch: - - master - event: - - push +trigger: + branch: + - master + event: + - push